Case hex to varchar2¶ select utl_raw.cast_to_varchar2(hextoraw('E58189E58291')) hex2string from dual; Convert from hex¶ select chr(0x1e) from dual;