Text
Hello
Ascii85
<~87cURDZ~>
Encoding & Decoding
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.
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.
编码加解码
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.
等待输入
Text
Hello
Ascii85
<~87cURDZ~>
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.
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
Continue with another translated tool for a nearby task.
Base64 Encode/Decode
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.
Base32 Encode/Decode
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.
Base58 Encode/Decode
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.