We use cookies.This website uses essential cookies to operate core features. With your consent, we also use analytics cookies to understand traffic and improve the service. For more details, see our .
If this tool helped you, you can buy us a coffee ☕
Look up the mapping between characters and their GBK encodings, with fast two-way search.
GBK extends GB2312, encompassing 21,886 Chinese characters and graphic symbols. You can paste multiple characters for sequential lookup.
Please enter GBK characters to look up.
When processing Chinese character encoding, it's often necessary to look up the GBK encoding value of a specific Chinese character, or conversely, locate the corresponding symbol based on a known encoding value. The GBK Encoding Query Tool is designed to solve this encoding lookup challenge. It provides a comprehensive GBK encoding reference table that supports inputting a character to get its hexadecimal GBK code, and also supports inputting a GBK code to reverse lookup the corresponding character, helping developers and Chinese text processors quickly complete encoding comparison.
This tool only supports queries within the standard GBK encoding range. Unicode characters outside this range (such as emoji) will show no results. When inputting encoding, please use hexadecimal format—decimal values will be automatically converted, but using hexadecimal directly is recommended to avoid ambiguity. Single queries only process one character; for batch query needs, please perform them separately. All queries are completed locally in the browser; input data will not be uploaded to the server, so feel free to use it.
The GBK encoding first byte range is 81-FE, and the second byte range is 40-FE (excluding 7F). Common Chinese characters like "中" have a GBK code of D6D0, "国" is B9FA, and "人" is C8CB. When specifying GBK encoding for a webpage, you can use the <meta charset="GBK"> tag. In programming for encoding conversion, Python can use bytes.encode('gbk') and .decode('gbk'), Java uses new String(bytes, "GBK"), and ensure to correctly specify the character set when reading and writing files to avoid garbled text.

Online NSLookup Tool
Check domain DNS records online. Instantly look up A, AAAA, CNAME, MX, and NS records with support for custom DNS servers.

JSON Formatter
Process JSON data online: format, minify, and validate to boost your development and debugging efficiency.

URL to JSON Parser
Parse URL strings into structured JSON to quickly extract key information like protocols, parameters, and paths.

Code Compare
Professionally compare differences between two texts or code snippets. Highlights additions, deletions, and modifications to assist with code review, document merging, and version control.

Online NSLookup Tool
Check domain DNS records online. Instantly look up A, AAAA, CNAME, MX, and NS records with support for custom DNS servers.

JSON Formatter
Process JSON data online: format, minify, and validate to boost your development and debugging efficiency.

URL to JSON Parser
Parse URL strings into structured JSON to quickly extract key information like protocols, parameters, and paths.

Code Compare
Professionally compare differences between two texts or code snippets. Highlights additions, deletions, and modifications to assist with code review, document merging, and version control.

PYC Decompiler
Restore Python bytecode .pyc files into readable source code for easy code auditing and learning. Supports mainstream versions.