bookmark

Hexatrigesimal (base 36) to Base 4

Converter Tool

to


 

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)base 4hexatrigesimal (base 36)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
base 4 is a positional numeral system with four as its base. It uses 4 different digits for representing numbers. The digits for base 4 could be 0, 1, 2, and 3.

conversion table

base 4hexatrigesimal (base 36)base 4hexatrigesimal (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