The SET-CHARSET directive sets the encoding of the current data and then converts it from that to a UTF-8 string.
set-charset <column> <charset>
columnis the name of the column to be convertedcharsetis the charset to be used in converting the column
This directive sets the character set of column to charset. It decodes the column
using that charset and converts it to a UTF-8 String.