The octal numbering system consists of eight digits (0, 1, 2, 3, 4, 5, 6, 7). The hexadecimal numbering system consists of 16 digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F).
Enter the hexadecimal value you want to convert to octal:
Positional Notation | |
---|---|
Binary System | |
Ternary System | |
Quaternary System | |
Quinary System | |
Senary System | |
Septenary System | |
Octal System | |
Nonary System | |
Decimal System | |
Duodecimal System | |
Hexadecimal System | |
Vigesimal System | |
Duotrigesimal System |
Octal System | Hexadecimal System |
---|---|
0 | 0 |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
... | ... |
11 | 9 |
12 | A |
13 | B |
14 | C |
15 | D |
16 | E |
17 | F |