Base32
From Just Solve the File Format Problem
In particular, it usually refers to the Base32 encoding defined in RFC 4648, which uses the following symbols (along with =
, for padding):
ABCDEFGHIJKLMNOPQRSTUVWXYZ234567
(although other alphabets have also been used for similar encodings). People deciding on alphabets for such encodings often skip letters and numbers that are easily confused, such as number 1, letter I, and lowercase letter l.
See also
Links
- Wikipedia: Base32
- RFC 3548: The Base16, Base32, and Base64 Data Encodings (obsolete)
- RFC 4648: The Base16, Base32, and Base64 Data Encodings