API ListutilsfromUtf8Version: 6.0.1 - 6.0.2On this pagefromUtf8 Helper function that will convert UTF8 to HEX. And toUtf8 function is also available. Usage OrgonWeb.fromUtf8(value) Parameter ParameterDescriptionData TypevalueThe value to be convertedString Returns String Example OrgonWeb.fromUtf8("test")> "0x74657374"