is there any way we can use the bytes based the below:

QL> select dump(testcol,1016) from test;

DUMP(TESTCOL,1016)
--------------------------------------------------------------------------------
Typ=1 Len=2 CharacterSet=UTF8: c3,82
Typ=1 Len=3 CharacterSet=UTF8: e2,82,ac



can we use the code c3, 82 and insert into the database based on these code????

I don't have any tools for UNICODE compatible

any advises???