/usr/java/bin/native2ascii
[options] [input [output]]Solaris only. Convert files encoded in the native character encoding to Latin-1 or Unicode encoded files. By default, native2ascii reads standard input and writes standard output. Supply filenames for input and output to read/write named files, instead.
A large number of encodings are supported; see the manpage for the complete list.
-encoding
encodingUse encoding for the translation. The default encoding is the value of the system property file.encoding
.
-reverse
Perform the reverse operation: translate from Latin-1 or Unicode to a native encoding.