Log SearchSearch Query LanguageSearch OperatorshexToAsciiOn this pagehexToAscii Search OperatorThe hexToAscii operator converts a hexadecimal string to an ASCII string.SyntaxhexToAscii(<hexadecimal_field>) as <field>hexToAscii("<hexadecimal string>") as <field>ExampleThe following returns V with a value of hello world:| hexToAscii("68656c6c6f20776f726c640a") as V