100% Client-Side • Private
Encoding & Decoding
Base32 Encoder & Decoder
Encode and decode strings to RFC 4648 Base32 format for 2FA seeds and tokens.
Loading tool...
Related Tools
Continue with Base64 Encoder/Decoder, Hex to Base64 Converter, 2FA / TOTP Authenticator Generator.
How to Use Base32 Encoder & Decoder
- Paste plain text or Base32 into the input box.
- Click "Encode to Base32" or "Decode to Plain Text".
- Copy the converted result.
Frequently Asked Questions
What is Base32 encoding used for?
- Base32 uses a 32-character alphabet (A-Z, 2-7) which is case-insensitive and avoids visually ambiguous characters, commonly used in 2FA TOTP secret keys and human-entered verification codes.
Sources & References
Primary references: RFC 4648: Base-N Encodings.
Review policy: references and behavior notes are checked whenever the tool implementation changes.