I have a large CSV file that I am going to load it into a MySQL table. However, these data are encoded into utf-8 format, because they include some non-english characters. I
Do not need encode your characters in the file, but you need to make sure that your file is encoding at UTF-8 before load this file to database.