Base32 Encode Decode
Encode text to Base32 or decode Base32 to text. RFC 4648 alphabet.
Base32 Encode Decode
How it works
We use a Base32 alphabet (A-Z, 2-7) and encode/decode in chunks.
When to use it
Tokens, DNS, legacy encoding.
Frequently asked questions
Padding?
Optional = padding at end.
Alphabet?
Standard Base32 or Crockford.