Files:
ansi2uni.bin - ANSI(1251) to UNICODE translation table
oem2uni.bin  - OEM(866) to UNICODE translation table
ansi2866.bin - ANSI(1251) to OEM(866) via UNICODE translaition
8662ansi.bin - OEM(866) to ANSI(1251) via UNICODE translaition
oem866.bin   - OEM(866) flat table
ansi2866.alt - alternate ANSI(1251) to OEM(866) translation table (Symantec)
8662ansi.alt - alternate OEM(866) to ANSI(1251) translation table (Symantec)
   All charsets contain only codes 128...255!

In text files may be signature : 0xFFFE - first two bytes.

In Windows NT:

1) Notepad always able to read UNICODE file;
2) Notepad can save file in UNICODE;
3) CMD /A /C <internal command> with redirection results in OEM output;
4) CMD /U /C <internal command> with redirection results in UNICODE output.
