Encoding Detector
Detect text encoding
📖 How to Use Click to view detailed usage instructions
Collapse Expand
📖 How to Use
Click to view detailed usage instructions
Encoding Detector Tool
Overview
The encoding detector automatically identifies the encoding format of text or byte sequences, helping you correctly determine the text's encoding type.
Main Features
- Auto Detection: Intelligently analyze text features to determine encoding
- Encoding Recognition: Supports UTF-8, UTF-16, GBK, GB2312, Big5, etc.
- Confidence Display: Shows the reliability of detection results
- Character Count: Displays the number of characters
Supported Encodings
- UTF-8: Unicode Transformation Format 8-bit
- UTF-16: Unicode Transformation Format 16-bit
- GBK: Chinese Extended Encoding
- GB2312: Simplified Chinese character set
- Big5: Traditional Chinese character set
- ASCII: American Standard Code for Information Interchange
- ISO-8859-1: Western European character set
- Windows-1252: Windows Western character set
How to Use
- Enter text or hex sequence in the left input box
- Choose input mode (Text mode or Hex mode)
- Click "Detect Encoding" button
- View detection result and confidence level
Detection Principle
The tool determines encoding by analyzing:
- BOM (Byte Order Mark)
- Ratio of multi-byte characters
- Byte sequence validity
- Character distribution features
Please enter text or hex sequence for detection
Supported Encodings
UTF-8UTF-16GBKGB2312Big5ASCIIISO-8859-1Windows-1252