hexadecimal (base 16) to ternary (base 3) | ||
---|---|---|
010 | = 016 | = 03 |
110 | = 116 | = 13 |
210 | = 216 | = 23 |
310 | = 316 | = 103 |
410 | = 416 | = 113 |
510 | = 516 | = 123 |
610 | = 616 | = 203 |
710 | = 716 | = 213 |
810 | = 816 | = 223 |
910 | = 916 | = 1003 |
1010 | = a16 | = 1013 |
1110 | = b16 | = 1023 |
1210 | = c16 | = 1103 |
1310 | = d16 | = 1113 |
1410 | = e16 | = 1123 |
1510 | = f16 | = 1203 |
1610 | = 1016 | = 1213 |
1710 | = 1116 | = 1223 |
1810 | = 1216 | = 2003 |
1910 | = 1316 | = 2013 |
2010 | = 1416 | = 2023 |
2110 | = 1516 | = 2103 |
2210 | = 1616 | = 2113 |
hexadecimal (base 16) to ternary (base 3) | ||
---|---|---|
2310 | = 1716 | = 2123 |
2410 | = 1816 | = 2203 |
2510 | = 1916 | = 2213 |
2610 | = 1a16 | = 2223 |
2710 | = 1b16 | = 10003 |
2810 | = 1c16 | = 10013 |
2910 | = 1d16 | = 10023 |
3010 | = 1e16 | = 10103 |
3110 | = 1f16 | = 10113 |
3210 | = 2016 | = 10123 |
3310 | = 2116 | = 10203 |
3410 | = 2216 | = 10213 |
3510 | = 2316 | = 10223 |
3610 | = 2416 | = 11003 |
3710 | = 2516 | = 11013 |
3810 | = 2616 | = 11023 |
3910 | = 2716 | = 11103 |
4010 | = 2816 | = 11113 |
4110 | = 2916 | = 11123 |
4210 | = 2a16 | = 11203 |
4310 | = 2b16 | = 11213 |
4410 | = 2c16 | = 11223 |
4510 | = 2d16 | = 12003 |
hexadecimal (base 16) to ternary (base 3) | ||
---|---|---|
4610 | = 2e16 | = 12013 |
4710 | = 2f16 | = 12023 |
4810 | = 3016 | = 12103 |
4910 | = 3116 | = 12113 |
5010 | = 3216 | = 12123 |
5110 | = 3316 | = 12203 |
5210 | = 3416 | = 12213 |
5310 | = 3516 | = 12223 |
5410 | = 3616 | = 20003 |
5510 | = 3716 | = 20013 |
5610 | = 3816 | = 20023 |
5710 | = 3916 | = 20103 |
5810 | = 3a16 | = 20113 |
5910 | = 3b16 | = 20123 |
6010 | = 3c16 | = 20203 |
6110 | = 3d16 | = 20213 |
6210 | = 3e16 | = 20223 |
6310 | = 3f16 | = 21003 |
6410 | = 4016 | = 21013 |
6510 | = 4116 | = 21023 |
6610 | = 4216 | = 21103 |
6710 | = 4316 | = 21113 |
6810 | = 4416 | = 21123 |
hexadecimal (base 16) to ternary (base 3) | ||
---|---|---|
6910 | = 4516 | = 21203 |
7010 | = 4616 | = 21213 |
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.
The ternary numeral system (also called base-3) has three as its base. Analogous to a bit, a ternary digit is a trit (trinary digit). One trit is equivalent to log23 (about 1.58496) bits of information.