110102 = 26 — binary 11010 equals decimal 26.
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.
| Binary | Decimal |
|---|---|
| 100 | 4 |
| 101 | 5 |
| 110 | 6 |
| 111 | 7 |
| 1000 | 8 |
| 1010 | 10 |
| 1101 | 13 |
| 1111 | 15 |
| 10000 | 16 |
| 11010 | 26 |
11010 in binary equals <b>26</b> in decimal. Add the place values of every bit set to 1: 1 × 2 + 1 × 8 + 1 × 16 = 26.
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.
Yes — a binary number only uses the digits 0 and 1, and every digit in 11010 is valid.