Base32 Decode
Decode Base32 strings to plain text — paste, decode, and copy instantly.
Decoded text will appear here...About Base32 Decode
Base32 Decode is a free online tool that converts Base32-encoded strings back into readable plain text. Base32 is a binary-to-text encoding scheme that uses 32 characters (A-Z and 2-7) and is commonly used in two-factor authentication (TOTP/HOTP) secret keys, DNS records, and case-insensitive systems where Base64 would not be appropriate.
All decoding happens entirely in your browser using JavaScript — no data is ever sent to a server. The tool correctly handles padding characters and supports UTF-8 encoded content, so it can decode text in any language that was originally Base32-encoded.
How to Use
Paste Base32
Paste your Base32-encoded string into the input pane.
Decode
Click "Decode" to convert the Base32 string back to readable text.
Copy Result
Use the copy button to grab your decoded text.