1010 Binary to Decimal

10102 = 10 — binary 1010 equals decimal 10.

How 1010 converts to decimal

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

1 × 2 + 1 × 8 = 10

So binary 1010 = decimal 10. 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 1010 binary in decimal?

1010 in binary equals <b>10</b> in decimal. Add the place values of every bit set to 1: 1&nbsp;×&nbsp;2 + 1&nbsp;×&nbsp;8 = 10.

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 1010 a valid binary number?

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