how to activate utf16 in powershell

C++
$OutputEncoding = New-Object -typename System.Text.UTF8Encoding
or 
>chcp 65001
Source

Also in C++: