API ListutilstoUtf8Version: 5.3.0 - 5.3.1On this pagetoUtf8 Helper function that will convert HEX to UTF8. Usage TronWeb.toUtf8(value); Parameters ParameterDescriptionData TypevalueA hex stringString Return String Example > TronWeb.toUtf8("0x74657374");> 'test'