In scripts above all tables selected for convertation (with SHOW TABLES), but a more convenient and portable way to check the table collation before converting a table. This query does it:
SELECT table_name
, table_collation
FROM information_schema.tables