ternary (base 3) to hexadecimal (base 16) | ||
---|---|---|
010 | = 03 | = 020 |
110 | = 13 | = 120 |
210 | = 23 | = 220 |
310 | = 103 | = 320 |
410 | = 113 | = 420 |
510 | = 123 | = 520 |
610 | = 203 | = 620 |
710 | = 213 | = 720 |
810 | = 223 | = 820 |
910 | = 1003 | = 920 |
1010 | = 1013 | = a20 |
1110 | = 1023 | = b20 |
1210 | = 1103 | = c20 |
1310 | = 1113 | = d20 |
1410 | = 1123 | = e20 |
1510 | = 1203 | = f20 |
1610 | = 1213 | = g20 |
1710 | = 1223 | = h20 |
1810 | = 2003 | = i20 |
1910 | = 2013 | = j20 |
2010 | = 2023 | = 1020 |
2110 | = 2103 | = 1120 |
2210 | = 2113 | = 1220 |
ternary (base 3) to hexadecimal (base 16) | ||
---|---|---|
2310 | = 2123 | = 1320 |
2410 | = 2203 | = 1420 |
2510 | = 2213 | = 1520 |
2610 | = 2223 | = 1620 |
2710 | = 10003 | = 1720 |
2810 | = 10013 | = 1820 |
2910 | = 10023 | = 1920 |
3010 | = 10103 | = 1a20 |
3110 | = 10113 | = 1b20 |
3210 | = 10123 | = 1c20 |
3310 | = 10203 | = 1d20 |
3410 | = 10213 | = 1e20 |
3510 | = 10223 | = 1f20 |
3610 | = 11003 | = 1g20 |
3710 | = 11013 | = 1h20 |
3810 | = 11023 | = 1i20 |
3910 | = 11103 | = 1j20 |
4010 | = 11113 | = 2020 |
4110 | = 11123 | = 2120 |
4210 | = 11203 | = 2220 |
4310 | = 11213 | = 2320 |
4410 | = 11223 | = 2420 |
4510 | = 12003 | = 2520 |
ternary (base 3) to hexadecimal (base 16) | ||
---|---|---|
4610 | = 12013 | = 2620 |
4710 | = 12023 | = 2720 |
4810 | = 12103 | = 2820 |
4910 | = 12113 | = 2920 |
5010 | = 12123 | = 2a20 |
5110 | = 12203 | = 2b20 |
5210 | = 12213 | = 2c20 |
5310 | = 12223 | = 2d20 |
5410 | = 20003 | = 2e20 |
5510 | = 20013 | = 2f20 |
5610 | = 20023 | = 2g20 |
5710 | = 20103 | = 2h20 |
5810 | = 20113 | = 2i20 |
5910 | = 20123 | = 2j20 |
6010 | = 20203 | = 3020 |
6110 | = 20213 | = 3120 |
6210 | = 20223 | = 3220 |
6310 | = 21003 | = 3320 |
6410 | = 21013 | = 3420 |
6510 | = 21023 | = 3520 |
6610 | = 21103 | = 3620 |
6710 | = 21113 | = 3720 |
6810 | = 21123 | = 3820 |
ternary (base 3) to hexadecimal (base 16) | ||
---|---|---|
6910 | = 21203 | = 3920 |
7010 | = 21213 | = 3a20 |
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.
The vigesimal or base 20 numeral system is based on twenty (in the same way in which the decimal numeral system is based on ten).