Base85 DecodeDecode Base85 (Ascii85) encoded strings back to plain text.

Base85 Decode
Decode Base85 (Ascii85) encoded strings back to plain text.
Paste Base85
Paste the Base85-encoded string.
View Decoded Text
The decoded text appears instantly.
Copy Result
Click Copy to copy the decoded text.
What Is Base85 Decode?
Base85 decoding reverses the Ascii85 encoding, converting Base85-encoded text back to its original binary data. Each group of 5 characters maps back to 4 bytes. The 'z' shorthand expands to four zero bytes. The decoder strips delimiters if present, handles whitespace, and validates input. Partial final groups are correctly decoded. All processing is client-side.
Why Use Our Base85 Decode?
- Decodes standard Ascii85 and handles delimiters automatically
- Expands 'z' shorthand and handles partial final groups
- 100% client-side — data never leaves your browser
- Free with no signup or usage limits
Common Use Cases
PDF Analysis
Decode Base85-encoded streams from PDF files.
Data Recovery
Decode Base85 data from PostScript and legacy systems.
Git Patches
Decode Base85-encoded binary data from Git patches.
Development
Debug and inspect Base85-encoded payloads.
Technical Guide
The decoder strips delimiters and whitespace, expands 'z' to five '!' characters, then processes 5-character groups. Each group converts from base-85 to a 32-bit integer: value = c1*85^4 + c2*85^3 + c3*85^2 + c4*85 + c5, where each character's value is ASCII code minus 33. The integer splits into 4 bytes. Partial final groups are padded with 'u' (84), decoded, and truncated.
Tips & Best Practices
- 1Delimiters are automatically stripped if present
- 2Whitespace in the input is ignored
- 3The 'z' shortcut represents four zero bytes
- 4Invalid characters outside ASCII 33-117 produce an error
Related Tools

Base85 Encode
Encode text to Base85 (Ascii85) format for compact binary-to-text encoding.

Base64 Decode
Decode Base64-encoded strings back to plain text instantly.

Base58 Decode
Decode Base58-encoded strings back to plain text.

Base32 Decode
Decode Base32-encoded strings back to plain text.

Base64 Encode
Encode text to Base64 format instantly in your browser.

Base64 Image Encoder
Convert images to Base64-encoded data URIs for embedding in HTML and CSS.
Frequently Asked Questions
QIs this tool free?
QIs my data secure?
QDoes it handle delimiters?
QWhat browsers are supported?
QWhat about the 'z' shorthand?
About Base85 Decode
Base85 Decode is a free online tool from FreeToolkit.ai. All processing happens directly in your browser — your data never leaves your device. No registration required. No ads. Just fast, reliable tools.







