Base58 Encoder / Decoder
Encode text to Base58 or decode Base58 strings back to the original. Used in cryptocurrencies like Bitcoin.
How to use?
Click Encode to turn your text into Base58, using the alphabet adopted by Bitcoin. When you need to go back, Decode rebuilds the original text from the Base58 string.
Related Tools
Base32 Encoder / Decoder
Encode text to Base32 or decode Base32 strings back to the original.
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.
Base58 (Bitcoin)
Encode and decode text in Base58 using the Bitcoin alphabet, which drops the ambiguous characters 0, O, I and l. Handy for keys and addresses.
Base64 to Image
Convert Base64 strings back to an image to visualize and download.