Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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!

share|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

1 Answer

up vote 2 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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