decode_base64
Decode Base64 strings to readable text or binary data using this utility from Sys8 MCP Server. Convert encoded data to UTF-8, hex, or binary formats for analysis or processing.
Instructions
Decode Base64 string
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Base64 string to decode | |
| encoding | No | Output encoding (default: utf8) |