Base58 Encoder & Decoder
Convert between text and Base58 encoding format
Encode Text to Base58
Encoding text...
Decode Base58 to Text
Decoding Base58...
About Base58
Base58 is a binary-to-text encoding scheme that is commonly used in cryptocurrency applications like Bitcoin.
Key features:
- Similar to Base64 but modified to avoid non-alphanumeric characters and letters that might look alike
- Excludes 0 (zero), O (capital o), I (capital i), l (lowercase L), + (plus), and / (slash)
- Used in Bitcoin addresses and other cryptocurrency applications
- More compact than hexadecimal representation
Base58 Alphabet: 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz