On the road of code farmers, there is no way out !!!
SELECT x, utl_raw.cast_to_raw(x), y, utl_raw.cast_to_raw(y), asciistr(x), asciistr(y) FROM ( SELECT unistr('\4E2D') AS x, '中' AS y FROM dual );