Finding out the default character encoding in Windows

Solution 1:

You can check with PowerShell:

[System.Text.Encoding]::Default

which even enables you to check that across several machines at once.