Input: "Hello"
Base85: 87cURD
Explanation: The text "Hello" is converted to Base85 encoding.
Input: "12345"
Base85: 4f8#
Explanation: Numeric string encoded in Base85 format.
Input: "Hello World!"
Base85: 87cURD_*#4D
Explanation: Text with spaces and punctuation encoded.