bookmark

Base 10 to Hexatrigesimal (base 36)

Converter Tool

to


 
base 10 is a positional numeral system with ten as its base. It uses 10 different digits for representing numbers. The digits for base 10 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.

conversion table

base 10hexatrigesimal (base 36)base 10hexatrigesimal (base 36)
1= 111= b
2= 212= c
3= 313= d
4= 414= e
5= 515= f
6= 616= g
7= 717= h
8= 818= i
9= 919= j
10= a20= 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)base 10hexatrigesimal (base 36)base 10
1≈ 1b≈ 11
2≈ 2c≈ 12
3≈ 3d≈ 13
4≈ 4e≈ 14
5≈ 5f≈ 15
6≈ 6g≈ 16
7≈ 7h≈ 17
8≈ 8i≈ 18
9≈ 9j≈ 19
a≈ 10k≈ 20