string str = null;
using(StreamReader sr = new StreamReader("E/1.txt",System.Text.Encoding.UTF8))
{
  str = sr.ReadLine();
}