What this tool does
Encodes text to Base32 (RFC 4648) and decodes Base32 back to text. Uses the AโZ, 2โ7 alphabet and = padding.
Steps
- Enter text โ Encode โ get Base32.
- Paste Base32 โ Decode โ restore text.
- Swap/Copy/Clear as needed.
Example
Hello โ JBSWY3DP
Notes
- Whitespace is typically ignored when decoding.
- All operations run locally in your browser.