Base58 Converter
Convert text to Base58 and decode it back.
The Base58 Converter encodes UTF-8 text with the Bitcoin alphabet and decodes Base58 strings back to readable text, including leading zero handling.
Mode
Please enter some input.
How to use
- Choose Encode or Decode mode.
- Enter text or a Base58 string.
- Copy the converted result.
Frequently asked questions
Which alphabet is used?
The standard Bitcoin alphabet without 0, O, I and l.
Are non-ASCII characters supported?
Yes, text is encoded as UTF-8 bytes.