Ascii85 / Base85 Encoder
Encode text to Ascii85 (also known as Base85) or decode Ascii85 back to text. Ascii85 is more space-efficient than Base64, using only ~25% overhead vs Base64's ~33%. Commonly used in PostScript, PDF files, and Adobe's btoa format.
Input
Output