ASCII85 Encoder
Encode and decode ASCII85 (Base85) β the compact binary-to-text encoding used in PDFs and PostScript.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Paste text or ASCII85
Pick encode or decode direction.
- 2
Convert
Encoding wraps output in <~ ~>; decoding accepts either form.
- 3
Copy the result
Use it in PDFs, PostScript, or wherever Base85 is required.
Frequently Asked Questions
- A binary-to-text encoding that maps 4 bytes to 5 printable characters β about 25% overhead versus Base64's 33%. Adobe uses it in PDF and PostScript files.
Related Tools
Base64 EncoderEncode text and binary data as Base64Base32 EncoderEncode or decode Base32 per RFC 4648URL EncoderPercent-encode and decode URLsHash GeneratorGenerate MD5, SHA-1, and SHA-256 hashesHMAC GeneratorCreate HMAC signatures with a secret keyBcrypt GeneratorHash and verify passwords with bcryptPassword GeneratorStrong random passwords with strength indicatorPassphrase GeneratorGenerate memorable multi-word passphrases