You tried to convert data from UNICODE format (UCS-2) to ASCII format. However, this is not possible because the data contains characters other than Latin1 characters.
Check whether the data is correct.
You cannot perform a conversion explicitly. You can try to avoid this error by explicitly converting the ASCII data used for the purpose of, for example, comparisons.