Base32 Encode / Decode
Encoders & Ciphers
100% in-browser
Convert text to and from Base32 (RFC 4648).
How to use the Base32 Encode / Decode
- 1 Type text to encode, or paste Base32 to decode.
- 2 Choose the direction.
- 3 Copy the result.
About the Base32 Encode / Decode
Base32 encodes binary data using 32 case-insensitive characters. It is used in TOTP secret keys, some file formats and systems where case does not survive. It is more compact than hex but larger than Base64.
This tool follows the RFC 4648 alphabet and runs locally in your browser.
Frequently asked questions
Which alphabet is used?
The standard RFC 4648 alphabet: A–Z and 2–7, with padding.
Is it the same as Base64?
No — Base32 uses 32 characters and is case-insensitive; Base64 uses 64.