Base32 Encoder & Decoder
Encode plain text to Base32 or decode Base32 strings back to readable text.
Processed locally in your browser — nothing is uploaded.
How to Use
- Enter text or Base32 string.
- Click Encode or Decode.
- Copy the result.
FAQ
What is Base32?
Base32 is an encoding that represents binary data using 32 ASCII characters (A-Z and 2-7).