๐ Base32 Decoder
Convert Base32 encoded strings back to plain text. Supports RFC 4648 standard. Fully clientโside โ your data never leaves your device.
๐ How to Use Base32 Decoder (Step by Step)
- Step 1: Paste a Base32 encoded string into the left text area or upload a .txt/.base32 file containing the Base32 data.
- Step 2: Click "Decode to Plain Text" โ the tool converts the Base32 back to readable text.
- Step 3: The decoded result appears in the right panel. You can copy it or swap it with the input field.
- Step 4: Use the "Load Example" button to test with a known sample (decodes to "Hello World!").
- Step 5: If the decoded data is not valid UTF-8, a hex preview is shown.
๐ก What is Base32?
- โ๏ธ Base32 uses a 32โcharacter set (AโZ, 2โ7) โ compact and URLโsafe.
- โ๏ธ Commonly used for TOTP secrets, email hashes, and DNS records.
- โ๏ธ This decoder follows RFC 4648 and ignores whitespace and padding.
๐ก Pro Tip: Base32 is caseโinsensitive and ignores spaces. The padding (=) is optional. This tool handles both correctly.
๐ 100% clientโside โข Your data never uploaded โข RFC 4648 compliant โข Zero tracking