Base32 Encoder / Decoder
Encode text to Base32 or decode Base32 strings back to the original.
How to use?
Hit Encode to turn your text into Base32. To go the other way, Decode brings the original text back from the Base32 code.
Related Tools
Base58 Encoder / Decoder
Encode text to Base58 or decode Base58 strings back to the original. Used in cryptocurrencies like Bitcoin.
URL Encode / Decode
Encode text for safe use in URLs (percent-encoding) or decode URL-encoded strings back to the original. Processed in the browser.
Base64 Converter
Encode text to Base64 or decode Base64 strings back to the original. Free online tool with no server required.
Punycode Encoder/Decoder
Convert IDN domains (with accents or non-ASCII characters) to Punycode (xn--...) and back. Useful for registering international domains and validating emails. Everything in your browser.
Base64 to Image
Convert Base64 strings back to an image to visualize and download.
Image to Base64
Convert images to Base64 strings for use in CSS, HTML or APIs. Supports PNG, JPG, GIF, SVG and WebP.