Най-накрая успях да направя това, като написах изхода във файл temp.txt и добавих следващата команда на PowerShell, за да го конвертирам в UTF-8:
-- Change encoding to UTF-8 with PowerShell
SET @command = 'powershell -Command "Get-Content '[email protected]+'\temp.txt -Encoding Unicode | Set-Content -Encoding UTF8 '[email protected]+'\'[email protected]+'"';
EXEC xp_cmdshell @command;