i have got a 1.html page that uses a js to request a php file that will echo some html content, and writes the content back in <div></div> of the 1.html(some AJAX ideas) there are some chinese chars includs in that content. but evverything is good except the chinese chars. it shows me some garbage word, like ????, i don't think it's another kind of language. how to solve this problem? i am using utf-8 for html page's charset and set all default charset to utf-8 in my apache server. thanks