Base58 Encoder/Decoder

Encode and decode Base58 (Bitcoin/IPFS style)

Encode/Decode Base58

Enter text to encode or Base58 to decode.

0 characters
0 characters

About Base58

Base58 encoding is commonly used in Bitcoin and other cryptocurrencies. It excludes visually ambiguous characters (0, O, I, l) to prevent transcription errors, making it ideal for addresses and identifiers that may be typed manually.

123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz

What is Base58?

Base58 is an encoding scheme that uses 58 alphanumeric characters, excluding visually ambiguous characters like 0, O, I, and l.

It's primarily used in cryptocurrencies like Bitcoin for encoding addresses and private keys, making them easier to read and transcribe without errors.

Related Tools