API ReferencePythonprefix_hexOn this pageiota_sdk.prefix_hexutf8_to_hexdef utf8_to_hex(utf8_data: str) -> HexStrConvert a UTF-8 string to a hex string.hex_to_utf8def hex_to_utf8(hex_data: HexStr) -> strConvert a given hex string to a UTF-8 string.