https://www.icyphoenix.com/viewtopic.php?f=35&t=8666&p=56790#p56790 ----------------------------------- TheSteffen Tue 11 Sep, 2012 16:50 Re: Convert From Iso-8859-7 To Utf-8 ----------------------------------- [b]Costa[/b], This are my steps for YOU to convert your latin1 greek letters to utf8 Steps: [spoiler]1. open a33.sql 2. save as utf8 without bom 3. reimport with mysqldumper as utf8 4. export again as latin1 5. open this new file with Notepad++ or UltraEdit 6. change Character Set to "Greek -> ISO-8859-7" (menu Encoding->Character Sets->Greek->ISO-8859-7) 7. Convert the document to UTF-8 (menu Encoding->Convert to UTF-8) 8. replace any instances of "latin1_bin" with "utf8_bin" and "latin1" with "utf8" in the document (use search and replace) 9. search for CHARSET=utf8; and replace with CHARSET=utf8 COLLATE=utf8_bin; 9. Save as UTF8 without bom 10. reimport with mysqldumper[/spoiler] Maybe there is a shorter way... I am not an expert :mricy: