๐ค Base32 Encoder / Decoder
Convert binary data to/from clean alphanumeric Base32 (RFC 4648). Supports text and file input. Fully clientโside, no data leaves your device.
๐ How to Use Base32 Encoder / Decoder (Step by Step)
- Step 1: Enter text or upload a file into the left panel.
- Step 2: Click "Encode โ Base32" to convert to Base32, or "Decode โ From Base32" if you have a Base32 string.
- Step 3: The 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 sample text.
- Step 5: For binary files (images, documents), the tool will decode Base32 to a hex preview if the data is not plain text.
๐ก What is Base32?
- โ๏ธ Base32 uses a 32โcharacter set (AโZ, 2โ7) โ compact and URLโsafe.
- โ๏ธ Commonly used for TOTP secrets, DNS records, and email hashes.
- โ๏ธ This tool follows RFC 4648 with padding (=).
๐ก Pro Tip: Base32 is caseโinsensitive and ignores spaces. Use it when you need alphanumeric encoding that is safer than Base64 in some contexts (e.g., DNS, filenames).
๐ 100% clientโside โข Your data never uploaded โข RFC 4648 compliant โข Zero tracking