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, чтобы QR оставался читаемым через фото.
Пакетная генерация
Загрузите 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).
Поддерживаются все 20 типов QR-кодов, включая URL, WiFi, vCard, MeCard, Email, SMS, Event, Location, UPI, SEPA, PayPal, Crypto, Micro QR и rMQR. Скачайте образец 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 языках
Полностью переведённый интерфейс, отображение родных шрифтов и поддержка письма справа налево для арабского и урду.
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.