My Table collation is \"utf8_general_ci\". If i run a query like:
SELECT * FROM mytable WHERE myfield = \"FÖÖ\"
i get results where:
SELECT * FROM table WHERE some_field LIKE ('%ö%' COLLATE utf8_bin)