Free Data Matrix Code Generator
Build ISO/IEC 16022 Data Matrix barcodes for healthcare UDI, manufacturing DPM, electronics labelling, and GS1 traceability. Renders client-side; bwip-js is lazy-loaded only when you pick this type.
- QR Generator
- 명함 디자이너
- WiFi 카드 인쇄
- 일괄 CSV (500개 코드)
- 40개 템플릿
- 20개 언어
이 바코드 형식은 전경색과 배경색만 사용하여 단색으로 렌더링됩니다. 템플릿, 점/눈 모양, 그라디언트, 프레임, 중앙 로고는 QR 코드에만 적용되며 여기서는 숨겨집니다.
템플릿 30개 더 보기
위의 버튼을 사용하여 스타일을 저장하여 즐겨찾기를 여기에 저장하세요.
또는 내장 아이콘 선택:
108개 아이콘 더 보기
QR 뒤에 낮은 불투명도로 표시됩니다. 사진을 통해서도 스캔되도록 EC=H를 자동 적용합니다.
일괄 생성
CSV를 업로드하여 한 번의 배치로 최대 500개의 QR 코드를 생성하세요. 각 행은 고유한 QR이 되며, 템플릿을 선택하거나 행별로 21가지 속성(색상, 프레임, 도트/아이/아이볼 스타일, 그라디언트, 투명도, 크기, 오류 정정, 형식, 내장 로고 등)을 재정의할 수 있습니다.
21개 열: type, data, filename, frametext, frame, template, fgcolor, bgcolor, size, ec, dotstyle, eyestyle, format, logo, gradient, g2, gtype, gangle, transparent, eyeball, eyecolor. type과 data만 필수입니다. data 내의 필드를 구분하려면 |을 사용하세요(예: ssid|password|WPA).
URL, WiFi, vCard, MeCard, Email, SMS, Event, Location, UPI, SEPA, PayPal, Crypto, Micro QR, rMQR을 포함한 20가지 QR 유형을 모두 지원합니다. 샘플 CSV를 다운로드하여 모든 열, 40개 템플릿, 11개 프레임 스타일, 12개의 내장 로고를 확인해 보세요.
1. 샘플 CSV 다운로드 · 2. Google Sheets, Excel, Numbers 또는 텍스트 에디터에서 편집 · 3. 여기에 업로드
QR 전체 – 유형, 모든 필드 값, 스타일, 프레임, 로고, 명함 디자인 –을 단일 .qr.json 파일로 저장합니다. 나중에 로드하여 한 번의 클릭으로 모든 것을 재현합니다.
QR 코드를 생성하려면 내용을 입력하세요
법정에서도 유효한 전자서명
Abundera Sign은 기본 전자서명을 넘어섭니다. 모든 문서에 암호화 증명, 독립 검증, 변조 방지 증거 패키지가 포함됩니다.
- 자동 생성되는 법원 준비 증거 패키지
- 개인 문서 봉인 — 즉시 변조 감지
- 5개의 독립 시스템에 고정 — 단일 장애 지점 없음
What is Data Matrix?
Data Matrix is a square (or rectangular) 2D matrix barcode standardised as ISO/IEC 16022. It packs significantly more data per unit area than a 1D barcode, scans reliably down to ~3 mm sides, and tolerates damage thanks to Reed-Solomon error correction. It's the dominant 2D format outside of QR for industrial use.
Where Data Matrix is mandatory or dominant
- Healthcare UDI — FDA UDI and EU MDR require Data Matrix on most medical devices and packaging.
- Pharmaceutical packaging — FMD (EU Falsified Medicines Directive) mandates Data Matrix with GTIN, batch, expiry, serial.
- Electronics direct-part marking — laser-etched onto PCBs, semiconductor wafers, and connectors.
- Aerospace / automotive parts — mil-std 130, ISO 22742 supply-chain marking.
- Tobacco track-and-trace — EU TPD requires Data Matrix on every cigarette pack.
Limits
- Up to 2,335 alphanumeric or 3,116 numeric characters in the largest size.
- Smallest practical print size: ~3 mm side at 600 DPI.
- Error correction is fixed (Reed-Solomon ECC 200) — no user choice of EC level.
Note on styling
Data Matrix is not a QR code. The QR-style controls in our generator (eye styles, dot shapes, gradients, frames, centre logos) don't apply — they assume the QR finder/timing pattern. Foreground and background colours are still configurable.
26개 언어 지원
완전히 번역된 UI, 원어 스크립트 렌더링, 아랍어 및 우르두어 우→좌 지원.
Frequently Asked Questions
Can I add a logo in the centre?
No — Data Matrix has no built-in error-correction headroom for logos. The whole symbol is data + ECC; covering any region risks an unscannable code.
What about GS1 Data Matrix?
GS1-formatted Data Matrix uses Application Identifiers ((01) for GTIN, (10) for lot, etc.) embedded in the data string. Paste your full GS1 element string (e.g. (01)09506000134352(10)ABC123(17)260101) into the Content field; the encoder is the same.
Why is my Data Matrix rectangular instead of square?
bwip-js auto-picks the optimal symbol shape from the ISO 16022 size matrix. Short payloads tend to be square; long payloads can fit better in rectangular variants. The scanner doesn't care.
Does this work for direct-part marking (DPM) inspection?
The generator outputs the symbol image. Whether your laser, dot-peen, or ink-jet equipment can mark it depends on your process. The data structure is correct.
Can I generate Data Matrix in batch?
Yes — use the batch CSV with type=datamatrix. The data column accepts any text. Output is monochrome; FG/BG colours apply to the live UI.
Why did you pick bwip-js instead of writing your own encoder?
Reed-Solomon ECC 200 + ISO 16022 symbol layout is a non-trivial 1500+ line implementation that's been independently verified across thousands of production deployments via bwip-js. Reinventing it would invite scanning bugs.
Will scanners that say 'QR code reader' read Data Matrix?
Most modern scanner apps (built-in iPhone Camera, Google Lens, ZXing-based apps, all enterprise scanners) read both. Strict 'QR-only' apps won't — check the app's spec.