You tried to convert data in UCS-2 format (see also Overview: UNICODE) into an ASCII format. 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 example, for comparisons.