(1366, "Incorrect string value: '\\xEF\\xAC\\x82ROU...' for column 'filedata' 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;