string strTmp = "aa深大";string
int i = System.Text.Encoding.Default.GetBytes(strTmp).Length; Console.WriteLine(i);it
ASCII :各自一位coding
DEFAULT:漢字兩位,其餘各佔一位di
UNICODE:全部都是佔兩位co
UTF32: 字母兩位,漢字四位
UTF7:漢字三位,字母一位,先後各佔一位
UTF8:漢字三位,字母一位