Hello,
Just do
This will inform mysql that all incoming data are UTF-8, it will convert them into table/column encoding. Same will happen when mysql sends you the data back - they will be converted into UTF-8. Yiu will also have to assure that you set the content-type response header to indicate the UTF-8 encoding of the pages.