Base32
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Transfer Encodings }} Base32 is a family of binary-to-text encodings which use an alphabet of 32 symbols. Such encodings usuall...") |
Revision as of 15:43, 28 September 2014
Base32 is a family of binary-to-text encodings which use an alphabet of 32 symbols. Such encodings usually use ASCII letters and digits, and are case-insensitive.In particular, it usually refers to the Base32 encoding defined in RFC 4648, which uses the following symbols (along with =
, for padding):
ABCDEFGHIJKLMNOPQRSTUVWXYZ234567
See also
Links
- Wikipedia: Base32
- RFC 3548: The Base16, Base32, and Base64 Data Encodings (obsolete)
- RFC 4648: The Base16, Base32, and Base64 Data Encodings