I would recommend having your host help you as well. Give them this query as a starting point though.
alter table <some_table> convert to character set utf8 collate <some_character_set>;
The parts in <>'s need to be changed to reflect your actual setup.