duodecimal (base 12) to hexadecimal (base 16) | ||
---|---|---|
010 | = 012 | = 016 |
110 | = 112 | = 116 |
210 | = 212 | = 216 |
310 | = 312 | = 316 |
410 | = 412 | = 416 |
510 | = 512 | = 516 |
610 | = 612 | = 616 |
710 | = 712 | = 716 |
810 | = 812 | = 816 |
910 | = 912 | = 916 |
1010 | = a12 | = a16 |
1110 | = b12 | = b16 |
1210 | = 1012 | = c16 |
1310 | = 1112 | = d16 |
1410 | = 1212 | = e16 |
1510 | = 1312 | = f16 |
1610 | = 1412 | = 1016 |
1710 | = 1512 | = 1116 |
1810 | = 1612 | = 1216 |
1910 | = 1712 | = 1316 |
2010 | = 1812 | = 1416 |
2110 | = 1912 | = 1516 |
2210 | = 1a12 | = 1616 |
duodecimal (base 12) to hexadecimal (base 16) | ||
---|---|---|
2310 | = 1b12 | = 1716 |
2410 | = 2012 | = 1816 |
2510 | = 2112 | = 1916 |
2610 | = 2212 | = 1a16 |
2710 | = 2312 | = 1b16 |
2810 | = 2412 | = 1c16 |
2910 | = 2512 | = 1d16 |
3010 | = 2612 | = 1e16 |
3110 | = 2712 | = 1f16 |
3210 | = 2812 | = 2016 |
3310 | = 2912 | = 2116 |
3410 | = 2a12 | = 2216 |
3510 | = 2b12 | = 2316 |
3610 | = 3012 | = 2416 |
3710 | = 3112 | = 2516 |
3810 | = 3212 | = 2616 |
3910 | = 3312 | = 2716 |
4010 | = 3412 | = 2816 |
4110 | = 3512 | = 2916 |
4210 | = 3612 | = 2a16 |
4310 | = 3712 | = 2b16 |
4410 | = 3812 | = 2c16 |
4510 | = 3912 | = 2d16 |
duodecimal (base 12) to hexadecimal (base 16) | ||
---|---|---|
4610 | = 3a12 | = 2e16 |
4710 | = 3b12 | = 2f16 |
4810 | = 4012 | = 3016 |
4910 | = 4112 | = 3116 |
5010 | = 4212 | = 3216 |
5110 | = 4312 | = 3316 |
5210 | = 4412 | = 3416 |
5310 | = 4512 | = 3516 |
5410 | = 4612 | = 3616 |
5510 | = 4712 | = 3716 |
5610 | = 4812 | = 3816 |
5710 | = 4912 | = 3916 |
5810 | = 4a12 | = 3a16 |
5910 | = 4b12 | = 3b16 |
6010 | = 5012 | = 3c16 |
6110 | = 5112 | = 3d16 |
6210 | = 5212 | = 3e16 |
6310 | = 5312 | = 3f16 |
6410 | = 5412 | = 4016 |
6510 | = 5512 | = 4116 |
6610 | = 5612 | = 4216 |
6710 | = 5712 | = 4316 |
6810 | = 5812 | = 4416 |
duodecimal (base 12) to hexadecimal (base 16) | ||
---|---|---|
6910 | = 5912 | = 4516 |
7010 | = 5a12 | = 4616 |
The duodecimal system (also known as base 12 or dozenal) is a positional notation numeral system using twelve as its base.
In mathematics and computing, hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or alternatively a, b, c, d, e, f) to represent values ten to fifteen.