I checked the database table and found it was in latin1_swedish_ci so i\'ve changed it to utf8_general_ci then I changed the collation from latin
latin1_swedish_ci
utf8_general_ci
latin
COLLATE utf8_unicode_ci
add to the query end, like this;
SELECT * FROM table COLLATE utf8_unicode_ci;