UTF-8 is de facto standard for web applications now, but PHP this is not a default encoding for PHP (until 6.0). Most of the server is set up for the ISO-8859-1 encoding by
Try one of the following:
AddDefaultCharset UTF-8 AddCharset UTF-8 .php