Base58 Decode
Hello, Rangdom!
Converted locally in your browser with UTF-8 safe TextEncoder and TextDecoder handling. Your text stays only on this page.
Decode Base58 text
Convert Base58 back into readable text using the Bitcoin and IPFS alphabet. Surrounding and internal whitespace is stripped, leading 1s restore leading zero bytes, and the decoded bytes are interpreted as UTF-8. Characters outside the alphabet are reported as an error.
When to use this tool
Use Base58 when you need a compact, copy-paste-friendly encoding free of look-alike characters (no 0, O, I, or l), such as Bitcoin and Solana addresses, IPFS CIDs, and short identifiers.
Privacy and limitations
This conversion runs locally in your browser. Base58 is an encoding format, not encryption, so anyone can decode the result if they have the encoded text. It is plain Base58 without a Base58Check version byte or checksum.