What Base58 Text Converter does
Encode UTF-8 bytes using the Bitcoin-style Base58 alphabet or decode Base58 bytes back to strict UTF-8 text.
Input and output contract
The alphabet omits visually ambiguous 0, O, I, and l characters; decoded bytes must be valid UTF-8 for text output. Base58 text or decoded UTF-8 text.
Safe workflow
Choose direction and process UTF-8 text or a Base58 string. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
This is raw Base58 without Base58Check checksums or address/version semantics. Use a dedicated Base58Check implementation when the target format includes version/checksum bytes.