Is there a built in fuction to convert text chars to individual hex values?

Hello all,
Is there a built in function to convert a string of ascii chars to their individual hex values? If not built in, any sample code?

Convertion like the following:
}gGWþGÕü ==>> 7D 04 67 47 57 FE 47 1F D5 FC

Thanks,
Tim

https://documentation.xojo.com/api/text/encoding_text/encodehex.html#description

Thanks Kem!
Tim

Yet another function in the language that I’ve never noticed for years :sweat_smile:.
(but I remember having seen it in autocomplete hundred of times without wondering what it was…)