What ASCII85 Text Converter does
Encode UTF-8 bytes as ASCII85 or decode ASCII85 text, including the standard z shorthand for four zero bytes.
Input and output contract
Accepts raw ASCII85 and Adobe-style wrappers; decoded bytes must be valid UTF-8 for text output. ASCII85 text or decoded UTF-8 text.
Safe workflow
Choose direction and enter UTF-8 text or an ASCII85 payload. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
The implementation does not add PDF/PostScript container semantics around the encoded data. An invalid one-character final group or misplaced z shorthand is rejected.