incorrect string value: '\xc2\x80\xc2\x99s ...' for column 'description' at row 1 code example
Example: Incorrect string value: '\xC4\x81ne' for column
ALTER TABLE table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
ALTER TABLE table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;