I have a couple tables that are set to the latin1 character set but I suspect have been erroneously been inserted with some values that are actually encoded using utf8.
MySQL makes this a little more complicated because it silently converts everything based on your connection settings.
How can I test my hypothesis that there are some utf8-encoded bytes in a latin1 column in MySQL?