Base58 Encoder / Decoder
Encode or decode Base58 (Bitcoin alphabet) strings.
Mode
Base58 Output
About Base58 encoding
Base58 is a binary-to-text encoding popularized by Bitcoin. It uses 58 characters — the alphanumerics minus the easily-confused 0, O, I, and l — so values are safer to copy by hand. Unlike Base64 it has no padding and treats the input as one big number, preserving leading zero bytes as 1s. All encoding runs locally with native BigInt math.
Related Encoders & Decoders tools
Base64 Encoder
Encode or decode Base64 strings.
URL Encoder
Safely encode or decode URL parameters.
Base Converter
Convert numbers between binary, octal, decimal, hex, and base 2-36.
ROT13 Encoder / Decoder
Apply the reversible ROT13 letter-substitution cipher.
HTML Entity Encoder / Decoder
Escape or unescape HTML entities like & and <.
Punycode Converter
Convert internationalized domains to and from Punycode.
Text to Morse Code
Translate text into Morse code dots and dashes.
Morse Code to Text
Decode Morse code dots and dashes back into text.