Base32 Converter
Encode and decode Base32 (RFC 4648).
Base32
—
RFC 4648 Base32 with padding, computed locally on the UTF-8 bytes of your text.
Free Base32 encoder and decoder. Convert text to RFC 4648 Base32 or decode Base32 back to text, in both directions with padding. Everything runs in your browser — nothing uploaded.
How to use the Base32 Converter
- 01Choose Text to Base32 or Base32 to Text.
- 02Type or paste your input — the result updates live.
- 03Copy the encoded or decoded output.
Frequently asked questions
What is Base32 used for?
Base32 encodes binary data into a 32-character alphabet (A–Z and 2–7) that is case-insensitive and avoids ambiguous characters. It's used in TOTP secret keys, some URLs and file systems.
Which Base32 variant is this?
It uses the standard RFC 4648 alphabet with '=' padding — the same variant used by two-factor authentication secrets.