PowerShell: Convert to UTF 8 #PowerShell
$FilePath = "FILENAME" Set-Content (Get-Content $FilePath) -Encoding utf8 -Path $FilePath