I think the Chinese character encoding is something else, try doing a Google search, I'm afraid the only word I know in Chinese is "Kook-bo" that's the tea we order at Yum Cha!
1)check your settings.php if it has the $Configuration['DATABASE_CHARACTER_ENCODING'] = 'utf-8'; line, if not added it 2)check your phpmyadmin for what connection it uses on default - should be utf8_general_ci 3)check your database tables, they should be collated as utf8 , if not you need to follow these steps to re encode your database -Vanilla UTF8 wiki