1byte = 8 bit

一个英文字母(不区分大小写)占一个字节

一个汉字占两个字节

1 word = 2 byte

1 dword = 4 byte

 

unsigned char 与 byte 等同