Base85 Decoder
Paste a Base85 or ASCII85 encoded string and instantly decode it back to the original text — no server needed.
0 chars
0 chars
Copied!
Summary
Paste a Base85 or ASCII85 encoded string and instantly decode it back to the original text — no server needed.
How it works
- Paste your Base85 or ASCII85 encoded string into the input field.
- Select the correct variant: Adobe ASCII85 or RFC 1924.
- Click the Decode button to convert the encoded text back to the original string.
- The decoded output appears in the result panel immediately.
- Use the Copy button to copy the decoded text to your clipboard.
- All processing runs entirely in your browser — nothing is sent to any server.
Use cases
- Decode ASCII85 payloads extracted from PDF or PostScript files.
- Reverse RFC 1924 Base85 strings produced by Git or ZeroMQ.
- Verify that a Base85 encoded string matches the expected plaintext.
- Inspect Base85 encoded data during security research or forensics.
- Quickly decode Base85 snippets found in source code or network captures.
- Test encoding/decoding round-trips when developing encoding utilities.
- Recover text from Base85 encoded clipboard content or log files.
- Understand the difference between Adobe and RFC 1924 Base85 alphabets.
Frequently Asked Questions
Last updated: 2026-07-01 ·
Reviewed by Nham Vu