Skip to main content

Base85 / Ascii85 Encoder & Decoder: Ascii85 and Z85, UTF-8 Safe

Encode text to Ascii85 or Z85 and decode it back, UTF-8 safe, with z-compression and <~ ~> handling, all in your browser

  • Runs locally
  • Category Encoding & Crypto
  • Best for Checking small payloads, tokens, hashes, and encoded values quickly.
Variant
Input
Examples
Output

What this tool does

Free online Base85 tool that encodes and decodes both the Adobe Ascii85 variant and the ZeroMQ Z85 variant. Base85 packs every 4 bytes into 5 printable characters, so it carries roughly 25% less overhead than the 33% you pay with Base64, which is why PDF streams, PostScript and git binary diffs reach for it. Type or paste any text and it is read as UTF-8 bytes first (via TextEncoder), so Chinese, Japanese, Arabic and emoji all survive the round trip byte for byte. Ascii85 mode supports the classic "z" shorthand that collapses an all-zero four-byte group to one letter, plus optional `<~ ~>` delimiters that match Adobe output. Decoding is forgiving: it skips spaces, tabs and newlines, recognizes the `<~ ~>` markers automatically, and reports the exact offending character when the input is malformed. Everything runs client-side with one-click copy and a shareable URL. 100% in-browser, nothing is uploaded.

Tool details

Input
Files + Text
The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
Output
Live result + Copy
The result area focuses on usable output, with copy, download, or preview actions when supported.
Privacy
Browser-side processing
The main tool logic does not call an external API, so inputs normally stay in the current tab.
Save / share
Shareable URL state
Key settings are encoded in the URL so another person can reopen the same setup.
Performance budget
Initial JS <= 9 KB
No WASM budget is declared, keeping the tool quick to open on mobile.
Best fit
Encoding & Crypto · Developer
Category and role tags drive related tools, internal links, and quick fit checks.

How to use

  1. 1. Input

    Paste or drop your content into the tool panel.

  2. 2. Process

    Click the button. All processing is local in your browser.

  3. 3. Copy / Download

    Copy the result or download to disk in one click.

How Base85 / Ascii85 Encoder & Decoder fits into your work

Use it for quick browser-side encoding, decoding, hashing, token checks, and share-safe transformations.

Encoding jobs

  • Checking small payloads, tokens, hashes, and encoded values quickly.
  • Preparing values for APIs, URLs, docs, or support tickets.
  • Avoiding account-based tools when the input might be sensitive.

Encoding checks

  • Do not paste live secrets unless you are comfortable with local browser handling.
  • Confirm whether the operation is reversible before sharing the result.
  • For hashes, compare the exact algorithm and casing expected by the receiver.

Good next steps

These links move the current task into a more complete workflow.

  1. 1 MD5 / SHA Hash Generator Compute MD5 / SHA-1 / SHA-256 / SHA-384 / SHA-512 hashes — all five at once, browser-only Open
  2. 2 Number Base Converter Number base converter — binary, octal, decimal, hex, and any base 2-36. Bitwise too. Open
  3. 3 Base64 Encoder & Decoder Encode or decode Base64 — text, files, and Data URLs. Runs entirely in your browser. Open

FAQ

Tool combos

Folks in your role tend to reach for these alongside this tool.

Made by Toolora · 100% client-side · Updated 2026-05-29