The duodecimal numbering system consists of 12 digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A and B). The hexadecimal number system consists of 16 digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F).
Enter the duodecimal value you want to convert to hexadecimal base:
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 |
Duodecimal System | Hexadecimal System |
---|---|
0 | 0 |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 8 |
9 | 9 |
A | A |
B | B |
10 | C |