1000101 Binary in Decimal

Step 1: Write Down Powers of 2

Write down the powers of 2 starting from the right, with the first digit corresponding to 20, the second to 21, the third to 22, and so on.

26252423222120
6432168421
1000101
Step 2: Multiply and Sum

Multiply each binary digit by its corresponding power of 2 and sum the results.

(1 × 64) + (0 × 32) + (0 × 16) + (0 × 8) + (1 × 4) + (0 × 2) + (1 × 1) = 64 + 0 + 0 + 0 + 4 + 0 + 1 = 69

So, the decimal representation of the binary number1000101 is 69.
Binary To Decimal Converter



Other examples of Binary to Decimal conversion
See also: