With the help of CHARSET() function, we can check which string is returned by MySQL CHAR() function. Following result set will demonstrate it −
mysql> Select CHARSET(CHAR(85)); +-------------------+ | CHARSET(CHAR(85)) | +-------------------+ | binary | +-------------------+ 1 row in set (0.00 sec)