The following code:
WebClient wc = new WebClient(); wc.Encoding = Encoding.UTF8; string Url = "http://www.tsetmc.com/t
That's not an encoding problem, i think it relates with compression, gzip in this case. Read Uncompressing gzip response from WebClient. That should fix your problem.