Advertisement
Convert 2A (Hexadecimal) to Binary
Number base conversion — exact answer with nearby values
2A in Hexadecimal equals
101010
in Binary (base 2)
Advertisement
Nearby Values
| Hexadecimal (Base 16) | Binary (Base 2) |
|---|---|
| 25 | 100101 |
| 26 | 100110 |
| 27 | 100111 |
| 28 | 101000 |
| 29 | 101001 |
| 2A | 101010 |
| 2B | 101011 |
| 2C | 101100 |
| 2D | 101101 |
| 2E | 101110 |
| 2F | 101111 |
How to Convert Hexadecimal to Binary
To convert from Hexadecimal (base 16) to Binary (base 2): express the value in decimal first, then convert to base 2. Decimal 42 = 101010 in Binary.
Advertisement