If you have imported your database, only to find that funny characters have appeared, you can issue the following mysql statement inside PHPMyAdmin to find and replace. When using Find and Replace always be careful.
update tbl_name set table_field = replace(table_field,'replace_that','with_this');