SQL> SQL> select utl_raw.bit_xor( '01', '0302' ) from dual; UTL_RAW.BIT_XOR('01','0302') ---------------------------------------------------------------------------------------------------- 0202 1 row selected. SQL> --