Encoding & Decoding

Ascii85 (Base85) Encode and Decode

Convert between text and Ascii85 (Base85), including common <~ … ~> delimited form. Useful for PDF streams, some legacy systems, and reverse-engineering snippets. Encoding and decoding run locally in the browser.

Base85Ascii85Encoding

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Decode Ascii85 blocks that start with <~
  • Encode text to Base85 for comparison
  • Handle Ascii85 fragments exported from PDF or legacy systems

How to use

  1. Enter plaintext or Ascii85 text
  2. Encode or decode
  3. Copy the result

Example input and output

Text

Hello

Ascii85

<~87cURDZ~>

FAQ

How does Base85 differ from Base64?

Ascii85 typically represents 4 bytes with 5 printable characters, so density is higher than Base64. Alphabet and padding rules also differ; it is common in PDF streams.

Are <~ ~> delimiters required?

The tool recognizes and normalizes common Ascii85 forms. Decoding without delimiters may still work when characters are valid, but keeping standard delimiters helps verification.

Tools

Related tools

Continue with another translated tool for a nearby task.

Base64 Encode/Decode

Base64 Encoder and Decoder

Available

Encode and decode Base64 in the browser, with standard and URL-safe variants, automatic direction detection, and optional file-to-Base64 conversion. Useful for API debugging and local data prep.

Base64 Encoding Developer

Base32 Encode/Decode

Base32 Encoder and Decoder (RFC 4648)

Available

Encode and decode Base32 using uppercase A–Z and 2–7 per RFC 4648. Useful for case-insensitive secrets such as authenticator seeds. UTF-8 text is supported.

Encode Security

Base58 Encode/Decode

Base58 Encoder and Decoder

Available

Encode and decode Base58, which omits visually ambiguous characters 0, O, I, and l. Useful for Bitcoin-style and IPFS-style readable strings. This is plain Base58, not Base58Check.

Encode Crypto Web3