Base58 Encode / Decode
Encode and decode text using the Bitcoin Base58 alphabet.
Input
Output
Convert text to and from Base58 using the Bitcoin alphabet, which omits easily confused characters.
How to use
- Choose Encode or Decode.
- Type or paste your text.
- Copy the converted result.
Frequently asked questions
- Which alphabet is used?
- The Bitcoin Base58 alphabet, which excludes 0, O, I and l to avoid confusion.
- Is this the same as Base58Check?
- No. This is plain Base58 without the checksum used by Base58Check addresses.