What Conversion of 001100 binary number into decimal?

Answer:
The first digit is worth 20 (or 1), the second 21 (or 2), the third 22 (or 4), the fourth 23 (or 8), the fifth 24 (or 16), the sixth 25 (or 32) and so on.

001100 is thus 0x1 + 0x2 + 1x4 + 1x8 + 0x16 + 0x32 = 4 + 8 = 12

First answer by HurryKain. Last edit by HurryKain. Contributor trust: 3 [recommend contributor recommended]. Question popularity: 21 [recommend question].