Cast Functions Operators MySQL Tutorial

mysql>
mysql> SELECT CONVERT('abc' USING utf8);
+---------------------------+
| CONVERT('abc' USING utf8) |
+---------------------------+
| abc                       |
+---------------------------+
1 row in set (0.00 sec)
mysql>