Skip to main content

hexToAscii

The hexToAscii operator converts a hexadecimal string to an ASCII string.

Syntax

hexToAscii(<hexadecimal_field>) as <field>
hexToAscii("<hexadecimal string>") as <field>

Example

The following returns V with a value of hello world:

| hexToAscii("68656c6c6f20776f726c640a") as V