search
HomeBackend DevelopmentPHP TutorialWhat are the differences between gbk and gb2312? (Summarize)

This article mainly introduces to you the differences between gbk and gb2312.

First of all, everyone needs to understand what is gbk? What is gb2312? We need to know that they are all a kind of character encoding. Of course, there are many kinds of character encodings.

And Character encodingWe can understand it this way:

The binary values ​​​​stored in the computer are all 0 and 1.

Eight digits correspond to one byte, commonly expressed in hexadecimal.

So what if we want to see the characters we want displayed on the computer instead of various numbers 0 and 1?

Here we need to make the computer convert the corresponding hexadecimal values ​​it stores into corresponding characters, including characters in other languages ​​such as English and Chinese, and then output them to the screen.

So Encoding That is, a set of rules is defined to specify which values ​​​​correspond to which characters.

Then Character encoding defines a set of rules that specifies which value among so many values ​​stored in the computer corresponds to which letter is displayed on the computer screen.

To sum up, everyone should be able to understand that GBK and GB2312 are a kind of character encoding.

Let’s talk about their differences and similarities in detail:

Similarities:

1, GBK and GB2312 are all 16-bit!

2. They are usually used in the meta tags of web pages.

Differences:

1. GBK character encoding supports Simplified Chinese and Traditional Chinese!

GBK stands for "Chinese Internal Code Specification" (GBK is the first letter of "National Standard" and "Extended" Chinese Pinyin, English name: Chinese Internal Code Specification), national information of the People's Republic of China The Technical Committee for Technical Standardization was formulated on December 1, 1995. The Standardization Department of the State Bureau of Technical Supervision and the Science and Technology and Quality Supervision Department of the Ministry of Electronic Industry jointly identified it as Technical Supervision Bid Letter No. 1995 229 on December 15, 1995. Technical specification guidance document.

2. GB2312 only supports Simplified Chinese!

"Chinese Coded Character Set for Information Exchange" is a set of national standards published by the State Administration of Standards of China in 1980 and implemented on May 1, 1981. The standard number is GB 2312-1980.
The GB 2312 standard contains a total of 6763 Chinese characters, including 3755 first-level Chinese characters and 3008 second-level Chinese characters. At the same time, GB 2312 includes Latin letters, Greek letters, Japanese hiragana and katakana letters, and Russian Cyrillic letters. 682 full-width characters included.

If your webpage is mainly for Chinese people who speak Chinese, it is very good to use GB2312 and GBK. The text storage volume should be small, which has some advantages. If your webpage is to be open to the world, and you use GB2312 and GBK as webpage encoding, some computer browsers do not have this encoding, and the Chinese character content of your webpage will become unrecognizable garbled characters.

At this time, you need to use UTF-8 encoding, which is common around the world. In later articles, we will continue to introduce UTF-8 encoding and other related knowledge to you. You are welcome to continue to pay attention to PHP Chinese website !

This article is about the introduction to the difference between gb2312 and gbk. I hope it will be helpful to friends in need!

The above is the detailed content of What are the differences between gbk and gb2312? (Summarize). For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Optimize PHP Code: Reducing Memory Usage & Execution TimeOptimize PHP Code: Reducing Memory Usage & Execution TimeMay 10, 2025 am 12:04 AM

TooptimizePHPcodeforreducedmemoryusageandexecutiontime,followthesesteps:1)Usereferencesinsteadofcopyinglargedatastructurestoreducememoryconsumption.2)LeveragePHP'sbuilt-infunctionslikearray_mapforfasterexecution.3)Implementcachingmechanisms,suchasAPC

PHP Email: Step-by-Step Sending GuidePHP Email: Step-by-Step Sending GuideMay 09, 2025 am 12:14 AM

PHPisusedforsendingemailsduetoitsintegrationwithservermailservicesandexternalSMTPproviders,automatingnotificationsandmarketingcampaigns.1)SetupyourPHPenvironmentwithawebserverandPHP,ensuringthemailfunctionisenabled.2)UseabasicscriptwithPHP'smailfunct

How to Send Email via PHP: Examples & CodeHow to Send Email via PHP: Examples & CodeMay 09, 2025 am 12:13 AM

The best way to send emails is to use the PHPMailer library. 1) Using the mail() function is simple but unreliable, which may cause emails to enter spam or cannot be delivered. 2) PHPMailer provides better control and reliability, and supports HTML mail, attachments and SMTP authentication. 3) Make sure SMTP settings are configured correctly and encryption (such as STARTTLS or SSL/TLS) is used to enhance security. 4) For large amounts of emails, consider using a mail queue system to optimize performance.

Advanced PHP Email: Custom Headers & FeaturesAdvanced PHP Email: Custom Headers & FeaturesMay 09, 2025 am 12:13 AM

CustomheadersandadvancedfeaturesinPHPemailenhancefunctionalityandreliability.1)Customheadersaddmetadatafortrackingandcategorization.2)HTMLemailsallowformattingandinteractivity.3)AttachmentscanbesentusinglibrarieslikePHPMailer.4)SMTPauthenticationimpr

Guide to Sending Emails with PHP & SMTPGuide to Sending Emails with PHP & SMTPMay 09, 2025 am 12:06 AM

Sending mail using PHP and SMTP can be achieved through the PHPMailer library. 1) Install and configure PHPMailer, 2) Set SMTP server details, 3) Define the email content, 4) Send emails and handle errors. Use this method to ensure the reliability and security of emails.

What is the best way to send an email using PHP?What is the best way to send an email using PHP?May 08, 2025 am 12:21 AM

ThebestapproachforsendingemailsinPHPisusingthePHPMailerlibraryduetoitsreliability,featurerichness,andeaseofuse.PHPMailersupportsSMTP,providesdetailederrorhandling,allowssendingHTMLandplaintextemails,supportsattachments,andenhancessecurity.Foroptimalu

Best Practices for Dependency Injection in PHPBest Practices for Dependency Injection in PHPMay 08, 2025 am 12:21 AM

The reason for using Dependency Injection (DI) is that it promotes loose coupling, testability, and maintainability of the code. 1) Use constructor to inject dependencies, 2) Avoid using service locators, 3) Use dependency injection containers to manage dependencies, 4) Improve testability through injecting dependencies, 5) Avoid over-injection dependencies, 6) Consider the impact of DI on performance.

PHP performance tuning tips and tricksPHP performance tuning tips and tricksMay 08, 2025 am 12:20 AM

PHPperformancetuningiscrucialbecauseitenhancesspeedandefficiency,whicharevitalforwebapplications.1)CachingwithAPCureducesdatabaseloadandimprovesresponsetimes.2)Optimizingdatabasequeriesbyselectingnecessarycolumnsandusingindexingspeedsupdataretrieval.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment