I got a problem with my character encoding. Whenever I load a page in the browser, It shows like this:

So I need to manually configure it by the browser. Thanks for your help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
sounds like you don’t serve your content as utf-8. do this by setting the correct header:
in addition to be really sure the browser understands, add a meta-tag:
note that, depending on where the text comes from, you might have to check some other things too (database-connection, source-file-encoding, …) – i’ve listed a lot of them in one of my answers to a similar question.