Add to web Server the line to expect UTF-8, as the browsers will follow:
into a .conf file like: HTTPServer/conf/conf.d/65-app-keepalive.conf
AddDefaultCharset UTF-8
Background: Apache does not prescribe a charset, which leads to different interpretations by the browsers. How to change the default encoding to UTF-8 for Apache