bookmark

Ternary (base 3) to Hexadecimal (base 16) Conversion Table

Quick Find Conversion Table

to


0 - 23
ternary (base 3) to hexadecimal (base 16)
03= 016
13= 116
23= 216
103= 316
113= 416
123= 516
203= 616
213= 716
223= 816
1003= 916
1013= a16
1023= b16
1103= c16
1113= d16
1123= e16
1203= f16
1213= 1016
1223= 1116
2003= 1216
2013= 1316
2023= 1416
2103= 1516
2113= 1616
2123= 1716
24 - 47
ternary (base 3) to hexadecimal (base 16)
2203= 1816
2213= 1916
2223= 1a16
10003= 1b16
10013= 1c16
10023= 1d16
10103= 1e16
10113= 1f16
10123= 2016
10203= 2116
10213= 2216
10223= 2316
11003= 2416
11013= 2516
11023= 2616
11103= 2716
11113= 2816
11123= 2916
11203= 2a16
11213= 2b16
11223= 2c16
12003= 2d16
12013= 2e16
12023= 2f16
48 - 71
ternary (base 3) to hexadecimal (base 16)
12103= 3016
12113= 3116
12123= 3216
12203= 3316
12213= 3416
12223= 3516
20003= 3616
20013= 3716
20023= 3816
20103= 3916
20113= 3a16
20123= 3b16
20203= 3c16
20213= 3d16
20223= 3e16
21003= 3f16
21013= 4016
21023= 4116
21103= 4216
21113= 4316
21123= 4416
21203= 4516
21213= 4616

ternary (base 3)

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.

hexadecimal (base 16)

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.