using System;
unsafe {
string a = "";
Console.WriteLine(System.Text.ASCIIEncoding.Unicode.GetByteCount(a));
Console.WriteLine(sizeof(string));
}