I'm trying to get my mysql database to store and display chinese characters example: 第1æ¥ï¼šåˆ¶ä½œæ¼‚äº®æ¨¡æ¿ (i have no idea what this means, so i apologize in advance) -- i have my mysql database, table and column character set as utf8 and collation set as utf8_general_ci. -- i have my page charset to utf8 as well <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> but when i try to type this data into a field, it stores it in hex and displays this for the above chinese text. %u7B2C1%u6B65%uFF1A%u5236%u4F5C%u6F02%u4EAE%u6A21%u677F any ideas what i'm missing here ? thank you