http://www.geocities.com/SiliconValley/Network/4453/unipatch/udklip derfra:
Converting to UTF-8
Well, just save your files as UTF-8 :-)
Seriously, if you need a utility to do this, I know of a sledgehammer to do it. If you download one of the Java JDK's from Sun, it comes with a utility for characterset converions: native2ascii. Just convert from whatever characterset to escaped ASCII, and then convert from escaped ASCII to UTF-8 using the "-reverse" and "-encoding UTF8" options.
http://java.sun.com/products/jdk/1.1/docs/tooldocs/win32/native2ascii.htmlHåber det hjælper.