When I am working with none-English characters the generated hash is not the same but otherwise, everything is fine. does anyone have a solution to get the same result?
MYSQL
SELECT MD5( 'سلام')
------------- result: 78903c575b0dda53c4a7644a2dd36d0e
SQL-Server
SELECT CONVERT(VARCHAR(50), HASHBYTES('MD5', 'سلام'), 2)
-------------- result:3C50F6458899B3C0988BE358290F5F24
SELECT CONVERT(nVARCHAR(50), HASHBYTES('MD5', N'سلام'), 2)
-------------- result:0381CA5081FBC68B2F55F2F2C21399D7