| cmd.net listenc |
|
The listenc command lists all encodings implemented in .Net. This will display the code page, name, and display name of all Encodings. listenc | find "Unicode" returns 1200 utf-16 Unicode The list ist sorted by the code page (CP) by default, and can be changed using the -o switch. |