The base62 encoding scheme uses 62 characters.
The characters consist of the capital letters A-Z, the lower case letters a-z and the numbers 0–9.
It is a binary-to-text encoding scheme that represents binary data in an ASCII string format.
[1][2] The Base62 index table: