11010 Binary to Decimal

110102 = 26 — binary 11010 equals decimal 26.

How 11010 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 + 1 × 16 = 26

So binary 11010 = decimal 26. 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 11010 binary in decimal?

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

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

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