Advertisement
Convert Octal to Hexadecimal
Base 8 to base 16 number converter
Advertisement
Common Values Reference
| Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|
| 0 | 0 |
| 1 | 1 |
| 2 | 2 |
| 4 | 4 |
| 7 | 7 |
| 10 | 8 |
| 11 | 9 |
| 12 | A |
| 17 | F |
| 20 | 10 |
| 37 | 1F |
| 40 | 20 |
| 77 | 3F |
| 100 | 40 |
| 177 | 7F |
| 200 | 80 |
| 377 | FF |
How to Convert Octal to Hexadecimal
To convert a Octal (base 8) number to Hexadecimal (base 16): first express the number in decimal, then convert to base 16 by repeatedly dividing and collecting remainders.