base 31 to hexadecimal (base 16) | ||
---|---|---|
010 | = 031 | = 016 |
110 | = 131 | = 116 |
210 | = 231 | = 216 |
310 | = 331 | = 316 |
410 | = 431 | = 416 |
510 | = 531 | = 516 |
610 | = 631 | = 616 |
710 | = 731 | = 716 |
810 | = 831 | = 816 |
910 | = 931 | = 916 |
1010 | = a31 | = a16 |
1110 | = b31 | = b16 |
1210 | = c31 | = c16 |
1310 | = d31 | = d16 |
1410 | = e31 | = e16 |
1510 | = f31 | = f16 |
1610 | = g31 | = 1016 |
1710 | = h31 | = 1116 |
1810 | = i31 | = 1216 |
1910 | = j31 | = 1316 |
2010 | = k31 | = 1416 |
2110 | = l31 | = 1516 |
2210 | = m31 | = 1616 |
base 31 to hexadecimal (base 16) | ||
---|---|---|
2310 | = n31 | = 1716 |
2410 | = o31 | = 1816 |
2510 | = p31 | = 1916 |
2610 | = q31 | = 1a16 |
2710 | = r31 | = 1b16 |
2810 | = s31 | = 1c16 |
2910 | = t31 | = 1d16 |
3010 | = u31 | = 1e16 |
3110 | = 1031 | = 1f16 |
3210 | = 1131 | = 2016 |
3310 | = 1231 | = 2116 |
3410 | = 1331 | = 2216 |
3510 | = 1431 | = 2316 |
3610 | = 1531 | = 2416 |
3710 | = 1631 | = 2516 |
3810 | = 1731 | = 2616 |
3910 | = 1831 | = 2716 |
4010 | = 1931 | = 2816 |
4110 | = 1a31 | = 2916 |
4210 | = 1b31 | = 2a16 |
4310 | = 1c31 | = 2b16 |
4410 | = 1d31 | = 2c16 |
4510 | = 1e31 | = 2d16 |
base 31 to hexadecimal (base 16) | ||
---|---|---|
4610 | = 1f31 | = 2e16 |
4710 | = 1g31 | = 2f16 |
4810 | = 1h31 | = 3016 |
4910 | = 1i31 | = 3116 |
5010 | = 1j31 | = 3216 |
5110 | = 1k31 | = 3316 |
5210 | = 1l31 | = 3416 |
5310 | = 1m31 | = 3516 |
5410 | = 1n31 | = 3616 |
5510 | = 1o31 | = 3716 |
5610 | = 1p31 | = 3816 |
5710 | = 1q31 | = 3916 |
5810 | = 1r31 | = 3a16 |
5910 | = 1s31 | = 3b16 |
6010 | = 1t31 | = 3c16 |
6110 | = 1u31 | = 3d16 |
6210 | = 2031 | = 3e16 |
6310 | = 2131 | = 3f16 |
6410 | = 2231 | = 4016 |
6510 | = 2331 | = 4116 |
6610 | = 2431 | = 4216 |
6710 | = 2531 | = 4316 |
6810 | = 2631 | = 4416 |
base 31 to hexadecimal (base 16) | ||
---|---|---|
6910 | = 2731 | = 4516 |
7010 | = 2831 | = 4616 |
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.