Binary Text Encoding
Base62/Base64
Binary-text encoding Process
Used to encode plain text
string → binary → divided to 6 bits → decimal → base64
Base62
Uses 62 characters:
- capital letters A-Z
- the lower case letters a-z
- the numbers 0–9
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz = 62 characters
Base64
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+/ = 64 characters