#TIL #windows #powershell utf-8로 파일 인코딩 변경 less than 1 minute read C:\> PowerShell -Command "(Get-Content input.txt) | Set-Content -Encoding utf8 output.txt"