The GBK version of the common build program is the same as the UTF-8 version feature. It's just different coding methods.
GBK's text encoding is expressed in two-byte notation, that is, both Chinese and English characters use double-byte notation, except that the highest bits are set to 1 for distinguishing Chinese.
As for the UTF-8 encoding is a multi-byte encoding used to solve the international character, it uses 8 bits (that is, one byte) in English, and the Chinese uses 24 bits (three bytes) to encode. For more English characters, the site uses UTF-8 to save space.
GBK contains all Chinese characters; UTF-8 contains the characters that all countries in the world need to use.
GBK is the standard of GB2312 compatible GB2312 on the basis of national standard, UTF-8 encoded text can be displayed in various countries to support the UTF-8 character set browser.
For example, if it is UTF-8 code, the foreigner in English IE can also display Chinese, and do not need them to download IE Chinese Language support package. Therefore, for the English more forums, using GBK each character occupies 2 bytes, and the use of UTF-8 English is only one byte.
Tip: If the site is primarily for domestic users, it is recommended that you use the GBK version because it saves space.