bookmark

Hexatrigesimal (base 36) to Senary (base 6)

Converter Tool

to


 

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)senary (base 6)hexatrigesimal (base 36)senary (base 6)
1= 1b= 15
2= 2c= 20
3= 3d= 21
4= 4e= 22
5= 5f= 23
6= 10g= 24
7= 11h= 25
8= 12i= 30
9= 13j= 31
a= 14k= 32

The senary numeral system (also known as base-6 or heximal) has six as its base. It has been adopted independently by a small number of cultures. Like decimal, it is a semiprime, though being the product of the only two consecutive numbers that are both prime (2 and 3) it has a high degree of mathematical properties for its size. As six is a superior highly composite number, many of the arguments made in favor of the duodecimal system also apply to this base-6.

conversion table

senary (base 6)hexatrigesimal (base 36)senary (base 6)hexatrigesimal (base 36)
1≈ 115≈ b
2≈ 220≈ c
3≈ 321≈ d
4≈ 422≈ e
5≈ 523≈ f
10≈ 624≈ g
11≈ 725≈ h
12≈ 830≈ i
13≈ 931≈ j
14≈ a32≈ k