API ListutilstoUtf8Version: 5.2.0On 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'