Encode binary payload
binary_encodeConvert data between UTF-8, hex, base64, and JSON formats, outputting to base64, hex, or UTF-8. Simplify encoding transformations for your automation tasks.
Instructions
Encode UTF-8, hex, base64, or JSON input into base64, hex, or UTF-8.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| inputEncoding | No | utf8 | |
| outputEncoding | No | base64 |