Pengurai Barcode & QR (Penampil string hasil pindai yang mudah dibaca)

Tempel keluaran pemindai untuk memisahkan bagian-bagiannya agar mudah dibaca dan menyalinnya dalam format yang rapi.

Data GS1 diurai ke AI jika memungkinkan, dan input yang tidak dikenali tetap ditampilkan dalam format yang berguna.

No external sending (processed in your browser)
If parsing fails, the original input is still shown

Cara menggunakan

  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.

Contoh

GS1 with separators

Input

]C101095011015300031724073110ABC123␝21XYZ

Output

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

Digits only

Input

4901234567890

Output

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

QR URL

Input

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

Output

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

Tanya jawab

Which standards are supported?

The tool works with common barcode 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. Input 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.

Glosarium

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.

Catatan

  • Format khusus industri atau perusahaan mungkin belum didukung sepenuhnya. Selalu cocokkan interpretasi akhir dengan aturan atau spesifikasi Anda sendiri.
  • GS1 memiliki banyak bidang berdurasi variabel, jadi pemisah yang hilang dapat membuat penguraian ambigu. Tampilkan nilai mentah saat diperlukan.
  • Jika penyimpanan riwayat diaktifkan, string input asli disimpan di localStorage browser ini. Berhati-hatilah pada perangkat bersama.
  • Data yang dipindai tetap di browser dan tidak dikirim ke server.