Base 36 (0-9 and A-Z)

About

Base36 is a cipher (without key and reversible) that converts (encode) binary data in 36 characters (0-9 and A-Z) of the ASCII string.

Alphabet

The alphabet is the conversion table between:

base 36 uses the digits 0-9 and the letters A-Z

Binary Number Decimal Number Character Base36
0000 0 0
0001 1 1
0010 2 2
0011 3 3
0100 4 4
0101 5 5
0110 6 6
0111 7 7
1000 8 8
1001 9 9
1010 10 A
11 B
12 C
13 D
14 E
15 F
Z





Discover More
Gmail Original Message Id
Email - Message Id

A Message-ID is an email identifier. It is generated by the client sending the mail and added in the Message-ID header An message id is generally the concatenation of: a timestamp the local hostname...



Share this page:
Follow us:
Task Runner