theEnchancedWinClient.WebClient.DownloadString("http://news.sohu.com/20050601/n225789219.shtml")

will produce garbages.

however I already put

WebClient.Encoding = New System.Text.UTF8Encoding

What should I have done?