hexadecimal (base 16) to base 15 | ||
---|---|---|
010 | = 016 | = 015 |
110 | = 116 | = 115 |
210 | = 216 | = 215 |
310 | = 316 | = 315 |
410 | = 416 | = 415 |
510 | = 516 | = 515 |
610 | = 616 | = 615 |
710 | = 716 | = 715 |
810 | = 816 | = 815 |
910 | = 916 | = 915 |
1010 | = a16 | = a15 |
1110 | = b16 | = b15 |
1210 | = c16 | = c15 |
1310 | = d16 | = d15 |
1410 | = e16 | = e15 |
1510 | = f16 | = 1015 |
1610 | = 1016 | = 1115 |
1710 | = 1116 | = 1215 |
1810 | = 1216 | = 1315 |
1910 | = 1316 | = 1415 |
2010 | = 1416 | = 1515 |
2110 | = 1516 | = 1615 |
2210 | = 1616 | = 1715 |
hexadecimal (base 16) to base 15 | ||
---|---|---|
2310 | = 1716 | = 1815 |
2410 | = 1816 | = 1915 |
2510 | = 1916 | = 1a15 |
2610 | = 1a16 | = 1b15 |
2710 | = 1b16 | = 1c15 |
2810 | = 1c16 | = 1d15 |
2910 | = 1d16 | = 1e15 |
3010 | = 1e16 | = 2015 |
3110 | = 1f16 | = 2115 |
3210 | = 2016 | = 2215 |
3310 | = 2116 | = 2315 |
3410 | = 2216 | = 2415 |
3510 | = 2316 | = 2515 |
3610 | = 2416 | = 2615 |
3710 | = 2516 | = 2715 |
3810 | = 2616 | = 2815 |
3910 | = 2716 | = 2915 |
4010 | = 2816 | = 2a15 |
4110 | = 2916 | = 2b15 |
4210 | = 2a16 | = 2c15 |
4310 | = 2b16 | = 2d15 |
4410 | = 2c16 | = 2e15 |
4510 | = 2d16 | = 3015 |
hexadecimal (base 16) to base 15 | ||
---|---|---|
4610 | = 2e16 | = 3115 |
4710 | = 2f16 | = 3215 |
4810 | = 3016 | = 3315 |
4910 | = 3116 | = 3415 |
5010 | = 3216 | = 3515 |
5110 | = 3316 | = 3615 |
5210 | = 3416 | = 3715 |
5310 | = 3516 | = 3815 |
5410 | = 3616 | = 3915 |
5510 | = 3716 | = 3a15 |
5610 | = 3816 | = 3b15 |
5710 | = 3916 | = 3c15 |
5810 | = 3a16 | = 3d15 |
5910 | = 3b16 | = 3e15 |
6010 | = 3c16 | = 4015 |
6110 | = 3d16 | = 4115 |
6210 | = 3e16 | = 4215 |
6310 | = 3f16 | = 4315 |
6410 | = 4016 | = 4415 |
6510 | = 4116 | = 4515 |
6610 | = 4216 | = 4615 |
6710 | = 4316 | = 4715 |
6810 | = 4416 | = 4815 |
hexadecimal (base 16) to base 15 | ||
---|---|---|
6910 | = 4516 | = 4915 |
7010 | = 4616 | = 4a15 |
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.