bookmark

Base 11 to Hexatrigesimal (base 36)

Converter Tool

to


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

conversion table

base 11hexatrigesimal (base 36)base 11hexatrigesimal (base 36)
1= 110= b
2= 211= c
3= 312= d
4= 413= e
5= 514= f
6= 615= g
7= 716= h
8= 817= i
9= 918= j
a= a19= 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 11hexatrigesimal (base 36)base 11
1≈ 1b≈ 10
2≈ 2c≈ 11
3≈ 3d≈ 12
4≈ 4e≈ 13
5≈ 5f≈ 14
6≈ 6g≈ 15
7≈ 7h≈ 16
8≈ 8i≈ 17
9≈ 9j≈ 18
a≈ ak≈ 19