The DEFAULT_CHARACTER_SET_NAME for the database is utf8mb4, and the DEFAULT_COLLATION_NAME is utf8mb4_general_ci. However, while storing data into the table, I wrongly used the charset latin1. As a result, non-English characters are not displayed correctly on the webpage. How to convert latin1 charset to utf8mb4 for the table.