Decode binary payload
binary_decodeDecode data by converting between base64, hex, UTF-8, and JSON representations to inspect content.
Instructions
Decode between base64, hex, UTF-8, and JSON representations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| inputEncoding | No | base64 | |
| outputEncoding | No | utf8 |