Latin1 to UTF-8MB4 - MySQL Database Migration
Convert MySQL latin1 data to utf8mb4. Fix emoji and special character issues during database migration. Browser-based, private.
Input (Latin1)
Drop file here or click to browse
TXT, CSV, SQL from MySQL exports
Output (UTF-8MB4)
MySQL Character Set Migration
Latin1 was MySQL's default for decades but cannot store emoji or multilingual text. UTF8MB4 is the modern standard supporting all Unicode characters. Use this tool to convert exported data during database migrations.
Common sources: mysqldump exports, CSV exports from legacy applications, WordPress database backups, and legacy PHP application data.