Base85 Encoder
Encode or decode text using Base85 (ASCII85) encoding — choose between Adobe ASCII85 and RFC 1924 variants.
0 bytes
0 chars
Copied!
Summary
Encode or decode text using Base85 (ASCII85) encoding — choose between Adobe ASCII85 and RFC 1924 variants.
How it works
- Enter text (or Base85 string) in the input panel.
- Select the variant: Adobe ASCII85 or RFC 1924.
- Click Encode or Decode to convert.
- The result appears in the output panel.
- Use the Copy button to copy the output to your clipboard.
Use cases
- Encode binary data for embedding in PostScript or PDF documents.
- Decode ASCII85-encoded payloads found in PDFs or network captures.
- Work with RFC 1924 Base85 as used by Git bundle signatures.
- Compare encoding efficiency versus Base64 for a given input.
- Convert binary blobs to printable text for safe transport.
- Validate that a Base85 string decodes to an expected plaintext.
- Learn the difference between Adobe and RFC 1924 alphabets.
- Prototype encoding logic before integrating into an application.
Frequently Asked Questions
Last updated: 2026-07-01 ·
Reviewed by Nham Vu