bookmark

Hexatrigesimal (base 36) to Base 2

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)base 2hexatrigesimal (base 36)base 2
1= 1b= 1011
2= 10c= 1100
3= 11d= 1101
4= 100e= 1110
5= 101f= 1111
6= 110g= 10000
7= 111h= 10001
8= 1000i= 10010
9= 1001j= 10011
a= 1010k= 10100
base 2 is a positional numeral system with two as its base. It uses 2 different digits for representing numbers. The digits for base 2 could be 0, and 1.

conversion table

base 2hexatrigesimal (base 36)base 2hexatrigesimal (base 36)
1≈ 11011≈ b
10≈ 21100≈ c
11≈ 31101≈ d
100≈ 41110≈ e
101≈ 51111≈ f
110≈ 610000≈ g
111≈ 710001≈ h
1000≈ 810010≈ i
1001≈ 910011≈ j
1010≈ a10100≈ k