What is the default encoding (charset) used by PowerShell?

I have figured out it is not UTF-8, but how can I know what encoding is used then instead?

Thanks!

link|improve this question

1  
See this related SU question: Default PowerShell to emitting UTF-8 instead of UTF-16? – techie007 Nov 28 '11 at 0:53
feedback

1 Answer

up vote 2 down vote accepted

UTF-16 (as with everything in Windows itself – applications are a different matter).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.