The vigesimal or base 20 numeral system is based on twenty (in the same way in which the decimal numeral system is based on ten).
hexadecimal (base 16) | 120 | 220 | 320 | 420 | 520 | 620 | 720 | 820 | 920 | a20 |
hexatrigesimal (base 36) | 136 | 236 | 336 | 436 | 536 | 636 | 736 | 836 | 936 | a36 |
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).
hexatrigesimal (base 36) | 136 | 236 | 336 | 436 | 536 | 636 | 736 | 836 | 936 | a36 |
hexadecimal (base 16) | 120 | 220 | 320 | 420 | 520 | 620 | 720 | 820 | 920 | a20 |
hexadecimal (base 16) | 120 | 220 | 320 | 420 | 520 | 620 | 720 | 820 | 920 | a20 |
---|---|---|---|---|---|---|---|---|---|---|
hexatrigesimal (base 36) | 136 | 236 | 336 | 436 | 536 | 636 | 736 | 836 | 936 | a36 |