in reply to Re^3: Convert database into UTF-8
in thread Convert database into UTF-8

Probably. If not that, something similar.

And then you have to update the database, with something like

update table set column = encode('utf8', decode('ENCODING', $database{column}))

At least I think so... although I'm not sure of how to do that with DBI without looking at the docs.