Your webserver says the file is UTF-16 with BOM in the response header:
You say the file is in UTF-8 and in the file itself, UTF-8 is stated as well. Either switch your file to UTF-16 with BOM, or tell your server to use the correct Content-Type in the HTTP response header.
Quote:
Content-Type: text/html (BOM UTF-16, litte-endian)
You say the file is in UTF-8 and in the file itself, UTF-8 is stated as well. Either switch your file to UTF-16 with BOM, or tell your server to use the correct Content-Type in the HTTP response header.