bookmark

Base 14 to Hexatrigesimal (base 36)

Converter Tool

to


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

conversion table

base 14hexatrigesimal (base 36)base 14hexatrigesimal (base 36)
1= 1b= b
2= 2c= c
3= 3d= d
4= 410= e
5= 511= f
6= 612= g
7= 713= h
8= 814= i
9= 915= j
a= a16= 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 14hexatrigesimal (base 36)base 14
1≈ 1b≈ b
2≈ 2c≈ c
3≈ 3d≈ d
4≈ 4e≈ 10
5≈ 5f≈ 11
6≈ 6g≈ 12
7≈ 7h≈ 13
8≈ 8i≈ 14
9≈ 9j≈ 15
a≈ ak≈ 16