How it works
How to use the Base32 Encode
Paste or open your input
Type, paste or drop a file into the left editor — or press Sample to try it.
Adjust the options
Use the options in the toolbar; the result updates as you type.
Copy or download the result
Copy or download the output — or press Swap to convert in the other direction.
About the Base32 Encode
Base32 encodes bytes with 32 case-insensitive characters (A–Z and 2–7), so it survives systems that mangle case — it is used by TOTP/2FA secrets, onion addresses and DNS-safe identifiers. Base32hex (0–9, A–V) is also supported.
Built for developers
Why developers use it
Private by design
Runs 100% in your browser. Nothing you paste is uploaded, logged or stored on a server.
Instant results
Output updates as you type, with precise error locations when something is wrong.
Works offline
Once loaded, the tool keeps working without a connection. Install it as an app if you like.
Free, no sign-up
No accounts, no limits, no watermarks.
FAQ
Frequently asked questions
Is my data uploaded anywhere?
No. Everything runs locally in your browser — nothing you type, paste or open is sent to a server, logged or stored. The tool keeps working offline once the page has loaded.
Keep going
Related tools
- Base64 Encode / DecodeEncode and decode Base64 text and files
- URL Encode / DecodePercent-encode and decode URLs and query strings
- URL EncodePercent-encode text for URLs
- JSON URL EncodePercent-encode JSON for URLs
- XML URL EncodePercent-encode XML for URLs
- YAML URL EncodePercent-encode YAML for URLs
- JSON FormatterFormat, validate and explore JSON
- JSON to CSVConvert JSON arrays to CSV and CSV back to JSON