I did not set my DB connection to use charset utf8 before so the text Langeland, Tåsinge, Ærø, Avernakø, Strynø is saved as Langeland, TÃ¥singe, Ærø, Avernakø, Strynø in db, but displays fine in my pages. Now that I have set the charset to utf8, how can I convert the encoding of all the existing entries so that strings will be saved as is, without encoding/decoding?