bookmark

Ternary (base 3) to Hexatrigesimal (base 36)

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)hexatrigesimal (base 36)ternary (base 3)hexatrigesimal (base 36)
1= 1102= b
2= 2110= c
10= 3111= d
11= 4112= e
12= 5120= f
20= 6121= g
21= 7122= h
22= 8200= i
100= 9201= j
101= a202= k

Base36 is a binary-to-text encoding scheme that represents binary data in an ASCII string format by translating it into a radix-36 (aka Hexatrigesimal) representation. The choice of 36 is convenient in that the digits can be represented using the Arabic numerals 0–9 and the Latin letters A–Z (the ISO basic Latin alphabet).

conversion table

hexatrigesimal (base 36)ternary (base 3)hexatrigesimal (base 36)ternary (base 3)
1≈ 1b≈ 102
2≈ 2c≈ 110
3≈ 10d≈ 111
4≈ 11e≈ 112
5≈ 12f≈ 120
6≈ 20g≈ 121
7≈ 21h≈ 122
8≈ 22i≈ 200
9≈ 100j≈ 201
a≈ 101k≈ 202