bookmark

Quaternary (base 4) to Hexatrigesimal (base 36)

Converter Tool

to


 

Quaternary is the base-4 numeral system. It uses the digits 0, 1, 2 and 3 to represent any real number.

conversion table

quaternary (base 4)hexatrigesimal (base 36)quaternary (base 4)hexatrigesimal (base 36)
1= 123= b
2= 230= c
3= 331= d
10= 432= e
11= 533= f
12= 6100= g
13= 7101= h
20= 8102= i
21= 9103= j
22= a110= 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)quaternary (base 4)hexatrigesimal (base 36)quaternary (base 4)
1≈ 1b≈ 23
2≈ 2c≈ 30
3≈ 3d≈ 31
4≈ 10e≈ 32
5≈ 11f≈ 33
6≈ 12g≈ 100
7≈ 13h≈ 101
8≈ 20i≈ 102
9≈ 21j≈ 103
a≈ 22k≈ 110