bookmark

Base 12 to Hexatrigesimal (base 36)

Converter Tool

to


 
result
487c20 = 3535210
1011012 = 4510
base 12 is a positional numeral system with twelve as its base. It uses 12 different digits for representing numbers. The digits for base 12 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, and b.

conversion table

base 12hexatrigesimal (base 36)base 12hexatrigesimal (base 36)
1= 1b= b
2= 210= c
3= 311= d
4= 412= e
5= 513= f
6= 614= g
7= 715= h
8= 816= i
9= 917= j
a= a18= 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 12hexatrigesimal (base 36)base 12
1≈ 1b≈ b
2≈ 2c≈ 10
3≈ 3d≈ 11
4≈ 4e≈ 12
5≈ 5f≈ 13
6≈ 6g≈ 14
7≈ 7h≈ 15
8≈ 8i≈ 16
9≈ 9j≈ 17
a≈ ak≈ 18