Other contributors have said "Convert binary number 110110 to decimal?" is the same question as "Ho do you Convert binary number 110110 to decimal?". If you believe that these are not asking the same thing and should be answered differently, click here.
Each digit from the right denotes a power of 2, beginning with 20. So, the number indicated, 110110, is 25 + 24 + 22 + 21, or 54. This is just like our normal base 10 system, where the first digit is 100, then the "tens" digit is 101, and etc.