2

I have varchar value in sql server. I want to see this value in utf-8 encoding format. Can anyone please tell me how to convert nvarchar to utf-8 in Microsoft sql server?

vkreddy
  • 181
  • 6
  • 18

1 Answers1

0

Please note that SQL Server doesn't support UTF-8, it supports UTF-16.
Reference : https://dba.stackexchange.com/questions/7346/sql-server-2005-2008-utf-8-collation-charset

Community
  • 1
  • 1
NG.
  • 5,695
  • 2
  • 19
  • 30