bookmark

Hexadecimal (base 16) to Hexatrigesimal (base 36)

Converter Tool

to


 
result
1011012 = 4510

In mathematics and computing, hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or alternatively a, b, c, d, e, f) to represent values ten to fifteen.

conversion table

hexadecimal (base 16)hexatrigesimal (base 36)hexadecimal (base 16)hexatrigesimal (base 36)
1= 1b= b
2= 2c= c
3= 3d= d
4= 4e= e
5= 5f= f
6= 610= g
7= 711= h
8= 812= i
9= 913= j
a= a14= 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)hexadecimal (base 16)hexatrigesimal (base 36)hexadecimal (base 16)
1≈ 1b≈ b
2≈ 2c≈ c
3≈ 3d≈ d
4≈ 4e≈ e
5≈ 5f≈ f
6≈ 6g≈ 10
7≈ 7h≈ 11
8≈ 8i≈ 12
9≈ 9j≈ 13
a≈ ak≈ 14