enc

The enc command converts an encoded stdin to a different encoding on stdout using the -in [encoding] and -out [encoding] command-line switches.

enc -in [CP number or encoding name]
-out [CP number or encoding name]
< [input filename]
> [output filename]
some-batch-command
| enc -out [CP number or encoding name]
> [output filename]