bookmark

Base 26 to Hexatrigesimal (base 36)

Converter Tool

to


 
base 26 is a positional numeral system with twenty-six as its base. It uses 26 different digits for representing numbers. The digits for base 26 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, and p.

conversion table

base 26hexatrigesimal (base 36)base 26hexatrigesimal (base 36)
1= 1b= b
2= 2c= c
3= 3d= d
4= 4e= e
5= 5f= f
6= 6g= g
7= 7h= h
8= 8i= i
9= 9j= j
a= ak= 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 26hexatrigesimal (base 36)base 26
1≈ 1b≈ b
2≈ 2c≈ c
3≈ 3d≈ d
4≈ 4e≈ e
5≈ 5f≈ f
6≈ 6g≈ g
7≈ 7h≈ h
8≈ 8i≈ i
9≈ 9j≈ j
a≈ ak≈ k