Bộ phân tích mã vạch & QR (Trình xem chuỗi quét dễ đọc)

Dán dữ liệu quét và tách nó thành các phần dễ đọc, rồi sao chép ở định dạng gọn gàng.

Dữ liệu GS1 sẽ được phân tích thành AI khi có thể, và đầu vào không nhận diện được vẫn được hiển thị ở định dạng dùng được.

Không gửi ra ngoài (xử lý trong trình duyệt của bạn)
Nếu phân tích thất bại, đầu vào gốc vẫn được hiển thị

Cách sử dụng

  1. Paste the scanner output into the input field.
  2. Choose plain or GS1 mode when needed.
  3. Review the result as a table, JSON, or text, then copy the format you need.

Ví dụ

GS1 with separators

Đầu vào

]C101095011015300031724073110ABC123␝21XYZ

Đầu ra

The string is split into GTIN, expiration date, batch, and serial.

Digits only

Đầu vào

4901234567890

Đầu ra

The tool shows EAN-13 / JAN as the likely type.

QR URL

Đầu vào

https://example.com/path?x=1

Đầu ra

The tool marks it as URL / URI and prepares a share-ready text summary.

Câu hỏi thường gặp

Which standards are supported?

The tool works with common mã vạch and QR scan result strings, splitting and formatting what it can identify. For GS1, it focuses on AI-based best-effort parsing.

What happens if the tool cannot parse the input?

Even when GS1 parsing is uncertain or fails, the tool still shows the original input in a copy-friendly format.

Is my data sent anywhere?

No. Đầu vào is processed locally in your browser and is not sent to any external server.

Why do I see symbols like ␝?

Those symbols visualize separators or control characters produced by scanners. You can switch between readable copy and raw-data copy.

Thuật ngữ

GS1

A family of identification rules used in retail, logistics, healthcare, and more. This tool parses a practical subset of AIs on a best-effort basis.

AI

Application Identifier. Codes such as 01, 17, and 10 describe the meaning of the following value.

GS

Group Separator. It is a control character used to separate variable-length fields, and this tool shows it as GS(␝).

AIM Symbology Identifier

A prefix such as ]C1 that some scanners add to indicate which symbology was scanned.

Lưu ý

  • Industry-specific or company-specific formats may not be fully supported. Always confirm the final interpretation against your own rules or specifications.
  • GS1 contains many variable-length fields, so missing separators can make parsing ambiguous. Keep the raw value visible when needed.
  • If history saving is enabled, the original input string is stored in this browser's localStorage. Be careful on shared devices.