Ascii85
What does Ascii85 mean?
Definition
ASCII85, also known as Base85, is a binary-to-text encoding scheme used to compress binary data into text format. The encoding uses a set of 85 printable ASCII characters, including upper- and lowercase letters, digits, and punctuation marks, to represent binary data.
ASCII85 was originally developed by Adobe Systems for use in its PostScript and PDF file formats, where it is used to compress binary data in a way that is safe for transmission through text-based channels and for storage in text-based file formats.
The ASCII85 encoding scheme is designed to provide a compact representation of binary data, using fewer characters than other binary-to-text encoding schemes, such as Base64. However, the ASCII85 encoding scheme is less commonly used than other binary-to-text encoding schemes, and it is not as widely supported in software and hardware systems.