I tried:
select * from table1 where HEX(col1) NOT REGEXP '^(..)*(E[4-9]))'
but I am still getting col1 with Chinese characters like this full entry '[动物园hello'. I need to select col1 entries that do not contain any single Chinese character like this exact full entry 'abcd'.