Advertisement
Convert 5 (Hexadecimal) to Binary
Number base conversion — exact answer with nearby values
5 in Hexadecimal equals
101
in Binary (base 2)
Advertisement
Nearby Values
| Hexadecimal (Base 16) | Binary (Base 2) |
|---|---|
| 0 | 0 |
| 1 | 1 |
| 2 | 10 |
| 3 | 11 |
| 4 | 100 |
| 5 | 101 |
| 6 | 110 |
| 7 | 111 |
| 8 | 1000 |
| 9 | 1001 |
| A | 1010 |
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 5 = 101 in Binary.
Advertisement