Browsers (and Google) may not be recognizing your UTF-8 setting. I see the following lines of code:
<link rel=�shortcut icon� href=�favicon.ico� />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
near the top of the page. Did you manually add the shortcut icon line? Did you use a Microsoft editor (such as Word)? Don't do that -- they change your quote characters (' and ") to "smart quotes", which are non-standard coding. Edit (with a real editor) whatever file you changed to add the shortcut icon link, and change them to real quotes. Let's see if that lets browsers and search spiders correctly read the next line (which sets your character set).