MySQL :: MySQL 5.0 Reference Manual :: 10.1.9.2 CONVERT() and CAST()
CONVERT() provides a way to convert data between different character sets. The syntax is: CONVERT(expr USING transcoding_name) In MySQL, transcoding names are the same as the corresponding character set names. Examples: ......