Base58 Encode Decode
Encode bytes or text to Base58 or decode. No 0,O,I,l.
Base58 Encode Decode
How it works
We use Base58 alphabet and convert to/from big integer or byte array.
When to use it
Bitcoin addresses, short URLs.
Frequently asked questions
Which Base58?
Bitcoin (no checksum) or with version byte.
Binary?
Input can be hex or UTF-8.