MySQL Find non-ascii characters using REGEXP

Reply to comment

SELECT * FROM `table` WHERE NOT HEX(`column`) REGEXP '^([0-7][0-9A-F])*$'