100 Binary to Decimal

1002 = 4 — binary 100 equals decimal 4.

How 100 converts to decimal

Each bit is multiplied by its place value (right to left: 1, 2, 4, 8, ...) and the results are added:

1 × 4 = 4

So binary 100 = decimal 4. You can verify any value with the binary to decimal converter.

Common binary values

BinaryDecimal
1004
1015
1106
1117
10008
101010
110113
111115
1000016
1101026

Frequently Asked Questions

What is 100 binary in decimal?

100 in binary equals <b>4</b> in decimal. Add the place values of every bit set to 1: 1&nbsp;×&nbsp;4 = 4.

How do you convert binary to decimal?

Write the place values above each bit from right to left (1, 2, 4, 8, 16, ...), multiply each bit by its place value, then add all the results.

Is 100 a valid binary number?

Yes — a binary number only uses the digits 0 and 1, and every digit in 100 is valid.