I\'m working with data from an old mysql database. There\'s a table in this database with a string column that has its encoding set to \"cp1252 West European (latin1)\" (sam
select convert(binary convert(field_name using latin1) using utf8) from table_name
If this displays correctly you can do update.