The eclipse browser probably just doesn't know which encoding to use, since you are not sending an HTTP header by specifying it.
Try sending the following HTTP header: Content-Type: text / html; encoding = UTF-8
Or use a real browser and explicitly set the encoding of the UTF-8 page.
source share