he_decode
Decode data encoded in base64, hex, URL, binary, Morse, decimal, octal, or base32 to retrieve the original content.
Instructions
Decode data using a specified encoding: base64, hex, url, binary, morse, decimal, octal, base32.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The data to decode | |
| encoding | Yes | Encoding type: base64, hex, url, binary, morse, decimal, octal, base32 |