Possible Duplicate:
How to find web hosting that meets my requirements?
Is there any free host which supports php and mySQL queries in utf-8? I've already tried to use x10hosting and 000webhosting, but they don't support utf8 mysql queries (got mojibake). The default encoding of mysql in both sites is latin-1, and you're not able to change that.
Is there any other free host that fully supports utf-8?
$mysqli_db->set_charset("utf8");to define the output of the queries. – martinstoeckli Mar 23 '12 at 07:59