Base32 Encoder & Decoder
Encode and decode Base32 (RFC 4648) — used by TOTP secrets and case-insensitive identifiers.
To encode Base32, paste your text and the RFC 4648 encoded string appears. Base32 uses only uppercase letters and digits 2 to 7, making it case-insensitive and safe to read aloud or type by hand — which is why TOTP two-factor secrets use it.
Runs in your browser- Privacy
- Runs entirely in your browser — nothing is uploaded
- Cost
- Free, unlimited, no sign-up
Frequently asked questions
Where is Base32 used?
How to use the base32 encoder & decoder
- 1Enter or paste your text or base32.
- 2Choose the direction.
- 3The result appears immediately — copy or download it.
Embed this tool
Put the working base32 encoder & decoder on your own site. It runs in your visitors' browsers exactly as it does here — free, no account, nothing uploaded.
Share this tool
Related tools
Base58 Encoder & DecoderEncode and decode Base58 — the Bitcoin alphabet that omits look-alike characters.Base64 Encoder & DecoderEncode and decode Base64 with automatic direction detection, plus file and data-URI support.Binary to Text ConverterTranslate text into binary ones and zeros, and decode binary back into readable text.Hex to Text ConverterConvert text to hexadecimal bytes and decode hex strings back into readable text.JWT DecoderDecode a JSON Web Token to inspect its header, payload and expiry — locally, never sent anywhere.Quoted-Printable Encoder & DecoderEncode and decode quoted-printable, the MIME format used in email bodies and headers.
Last updated
More encoders & decoders