Advertisement
Convert 2 (Octal) to Hexadecimal
Number base conversion — exact answer with nearby values
2 in Octal equals
2
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|
| 0 | 0 |
| 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
How to Convert Octal to Hexadecimal
To convert from Octal (base 8) to Hexadecimal (base 16): express the value in decimal first, then convert to base 16. Decimal 2 = 2 in Hexadecimal.
Advertisement