bookmark

Ternary (base 3) to Hexadecimal (base 16)

Converter Tool

to


 

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.

conversion table

ternary (base 3)hexadecimal (base 16)ternary (base 3)hexadecimal (base 16)
1= 1102= b
2= 2110= c
10= 3111= d
11= 4112= e
12= 5120= f
20= 6121= 10
21= 7122= 11
22= 8200= 12
100= 9201= 13
101= a202= 14

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.

conversion table

hexadecimal (base 16)ternary (base 3)hexadecimal (base 16)ternary (base 3)
1≈ 1b≈ 102
2≈ 2c≈ 110
3≈ 10d≈ 111
4≈ 11e≈ 112
5≈ 12f≈ 120
6≈ 2010≈ 121
7≈ 2111≈ 122
8≈ 2212≈ 200
9≈ 10013≈ 201
a≈ 10114≈ 202