base64_decode
Convert Base64-encoded strings back to UTF-8 text, correctly handling non-ASCII characters to recover original content.
Instructions
Decode a Base64 string back to UTF-8 text. Handles non-ASCII characters correctly. Use to recover the original text from a Base64-encoded value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The Base64-encoded string to decode. |