MySQL collation allows you to store different characters in databases. Here’s how to change collation of all tables in MySQL.
collation
How to Change Character Set from latin1 to UTF8 in MySQL
MySQL database have latin1 character set by default. Here’s how to change character set from latin1 to UTF8 in MySQL.