What this tool does
Converts between text and Base58 using the Bitcoin alphabet (no 0, O, I, l).
Steps
- Enter text โ Encode โ get Base58.
- Paste Base58 โ Decode โ restore text.
Notes
- Leading 0x00 bytes map to leading '1's in Base58.
- Representation only; not encryption. Processing is local.