Hi All. I am checking how the chinese character stored in my database , I use the following query to check
select
select length(col1),dump(col1,16),col1 from testing3;
and the results of one character is

And I check from web Unicode/UTF-8-character table - starting from code position E000

My database character set is

So why my results is not match with the web unicode table?