Advertisement
Convert 1101010 (Binary) to Hexadecimal
Number base conversion — exact answer with nearby values
1101010 in Binary equals
6A
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Binary (Base 2) | Hexadecimal (Base 16) |
|---|---|
| 1100101 | 65 |
| 1100110 | 66 |
| 1100111 | 67 |
| 1101000 | 68 |
| 1101001 | 69 |
| 1101010 | 6A |
| 1101011 | 6B |
| 1101100 | 6C |
| 1101101 | 6D |
| 1101110 | 6E |
| 1101111 | 6F |
How to Convert Binary to Hexadecimal
To convert from Binary (base 2) to Hexadecimal (base 16): express the value in decimal first, then convert to base 16. Decimal 106 = 6A in Hexadecimal.
Advertisement