I'm working on a database that the names was saved in using latin1 character set encoding (latini_swedish_ci collation) but the names were in Persian.
It seems some body changed the table collation to utf8 (utf8_bin) but still the data is like this :

I'm wondering how can I fix this values.
I changed table collation and DB collation but still I have this kind of values.
Any help will be appreciate.
Thank's in advance
utf8_general_ci. It is like Arabic. and make sure that the database, the table and the field have the same collation.