If you have a ruby distribution installed, you can call a ruby script taking care of the conversion:
Ruby script to convert file(s) character encoding
In the same spirit: Perl script
In the absence of script support, you would have to code it like this C++ source using a WideCharToMultiByte() call...
