I think it has to do with the CodePage of the Encoding you are using. In particular see SetConsoleOutputCP Function. I don't know much more, sorry.
Edit: I reported the reference to the SetConsoleOutputCP because this function is internally called (through PInvoke) by the (set operation of) Console.EncodingConsole.OutputEncoding.
