Base62


Base62 is a binary-to-text encoding that represents arbitrary data as ASCII text. It encodes data as the 62 letters and digits of ASCII capital letters A-Z, lower case letters a-z and digits 0–9.
123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz
= 58 characters = base58
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
= 62 characters = base62
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+/
= 64 characters = base64

Alphabet

The Base62 alphabet:
ValueCharValueCharValueCharValueChar
0163248
1173349
2183450
3193551
4203652
5213753
6223854
7233955
8244056
9254157
10264258
11274359
12284460
13294561
143046
153147