Base58 Encoder / Decoder
// Encode and decode Base58 (Bitcoin) strings
#About Base58 Encoder / Decoder
Free online Base58 encoder and decoder. Convert text to Base58 encoding used in Bitcoin addresses and IPFS hashes. This tool runs entirely in your browser — your data is never sent to a server. Just paste your input, get instant results, and copy with one click. No sign-up or installation required.
#FAQ
What is Base58? ▾
Base58 is a binary-to-text encoding that uses 58 alphanumeric characters, excluding 0, O, I, and l to avoid visual ambiguity. It is used in Bitcoin addresses and IPFS content hashes.
How does Base58 differ from Base64? ▾
Base58 omits visually ambiguous characters (0/O, I/l) and non-alphanumeric characters (+, /), making it safer for manual transcription.
</> Embed this tool ▾
Copy this code to embed the tool on your website. Adjust the height to fit your layout.
<iframe src="https://www.browserutils.dev/embed/base58-encode-decode" width="100%" height="500" frameborder="0" title="Base58 Encoder / Decoder"></iframe>