quaternary (base 4) to hexadecimal (base 16) | ||
---|---|---|
010 | = 04 | = 016 |
110 | = 14 | = 116 |
210 | = 24 | = 216 |
310 | = 34 | = 316 |
410 | = 104 | = 416 |
510 | = 114 | = 516 |
610 | = 124 | = 616 |
710 | = 134 | = 716 |
810 | = 204 | = 816 |
910 | = 214 | = 916 |
1010 | = 224 | = a16 |
1110 | = 234 | = b16 |
1210 | = 304 | = c16 |
1310 | = 314 | = d16 |
1410 | = 324 | = e16 |
1510 | = 334 | = f16 |
1610 | = 1004 | = 1016 |
1710 | = 1014 | = 1116 |
1810 | = 1024 | = 1216 |
1910 | = 1034 | = 1316 |
2010 | = 1104 | = 1416 |
2110 | = 1114 | = 1516 |
2210 | = 1124 | = 1616 |
quaternary (base 4) to hexadecimal (base 16) | ||
---|---|---|
2310 | = 1134 | = 1716 |
2410 | = 1204 | = 1816 |
2510 | = 1214 | = 1916 |
2610 | = 1224 | = 1a16 |
2710 | = 1234 | = 1b16 |
2810 | = 1304 | = 1c16 |
2910 | = 1314 | = 1d16 |
3010 | = 1324 | = 1e16 |
3110 | = 1334 | = 1f16 |
3210 | = 2004 | = 2016 |
3310 | = 2014 | = 2116 |
3410 | = 2024 | = 2216 |
3510 | = 2034 | = 2316 |
3610 | = 2104 | = 2416 |
3710 | = 2114 | = 2516 |
3810 | = 2124 | = 2616 |
3910 | = 2134 | = 2716 |
4010 | = 2204 | = 2816 |
4110 | = 2214 | = 2916 |
4210 | = 2224 | = 2a16 |
4310 | = 2234 | = 2b16 |
4410 | = 2304 | = 2c16 |
4510 | = 2314 | = 2d16 |
quaternary (base 4) to hexadecimal (base 16) | ||
---|---|---|
4610 | = 2324 | = 2e16 |
4710 | = 2334 | = 2f16 |
4810 | = 3004 | = 3016 |
4910 | = 3014 | = 3116 |
5010 | = 3024 | = 3216 |
5110 | = 3034 | = 3316 |
5210 | = 3104 | = 3416 |
5310 | = 3114 | = 3516 |
5410 | = 3124 | = 3616 |
5510 | = 3134 | = 3716 |
5610 | = 3204 | = 3816 |
5710 | = 3214 | = 3916 |
5810 | = 3224 | = 3a16 |
5910 | = 3234 | = 3b16 |
6010 | = 3304 | = 3c16 |
6110 | = 3314 | = 3d16 |
6210 | = 3324 | = 3e16 |
6310 | = 3334 | = 3f16 |
6410 | = 10004 | = 4016 |
6510 | = 10014 | = 4116 |
6610 | = 10024 | = 4216 |
6710 | = 10034 | = 4316 |
6810 | = 10104 | = 4416 |
quaternary (base 4) to hexadecimal (base 16) | ||
---|---|---|
6910 | = 10114 | = 4516 |
7010 | = 10124 | = 4616 |
Quaternary is the base-4 numeral system. It uses the digits 0, 1, 2 and 3 to represent any real number.
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.