creatorvalet Search

Data Matrix generator

Turn Unicode text or a web address into a square ECC 200 Data Matrix locally, then download the exact black-and-white PNG or vector SVG.

  • SECURE
  • NO UPLOADS
  • NO SIGNUP
  • BROWSER BASED
  • FREE
  • FOREVER.

Support us with a link or a share

0 / 1,299 UTF-8 bytesECC 200 (fixed error correction) · square symbol

№ 9298WAITING

Your square ECC 200 symbol appears here as you type.

Four-module white border. The SVG scales to any print size without losing sharpness.

How this Data Matrix generator creates ordinary ECC 200

Enter the exact text or web address, generate the symbol, and download the PNG. The tool uses the modern ECC 200 form of Data Matrix, a square grid with a solid L-shaped finder edge and alternating modules along the other two edges. That structure is different from the three large corner squares used by QR. A shape that looks like a small QR image is therefore not enough evidence that the two formats can share an encoder or decoder.

The encoder loads only once you start typing, and the symbol is redrawn as the value changes. It turns the value into black and white modules on a local canvas, adds a four-module white border and keeps every module a whole number of pixels square: four, eight or sixteen, as you choose. Integer module sizing avoids the soft boundaries created when an image editor resamples a symbol between pixel grids. The product boundary is 1,299 UTF-8 bytes, with the measured byte count visible as you type. That ceiling is deliberate: it is the largest size whose symbol every independent decoder in our release test reads, because the 144×144 symbol that a higher limit would produce is one that some widely used decoders cannot read. Non-ASCII text receives the standard ECI 26 marker so an ECI-aware reader can recover the exact Unicode value.

Some older Data Matrix readers ignore ECI and may display UTF-8 bytes as mojibake even though the symbol carries the character-set marker. The independent release test therefore reads every exported symbol with three separate decoders: a current ECI-aware ZXing-C++ engine for Unicode, a separate JavaScript ZXing implementation for ordinary ASCII, and libdmtx, whose decoder shares no code with either ZXing. If the receiving workflow uses a fixed legacy scanner, test a representative Unicode label before relying on it in production.

Data Matrix and QR solve similar jobs with different symbols

Both formats can carry short identifiers, text and web addresses, but scanners recognize them through different finder geometry and decoding rules. Use the QR code generator when the receiving camera or workflow expects QR, and use the QR code scanner only to read that format. Use Data Matrix when the label specification, device or downstream system names Data Matrix. Replacing one with the other because both are square can produce a perfectly sharp image that the intended scanner never recognizes.

For ordinary linear bars such as Code 128, EAN-13 and UPC-A, use the barcode generator. Those symbols store values across one direction and have their own quiet-zone and check-digit rules. The format name belongs to the receiving workflow, not to the visual preference of the person creating the label.

Plain text does not become GS1 DataMatrix

GS1 DataMatrix is a constrained use of Data Matrix for structured supply-chain data. It begins with an FNC1 control marker and encodes application identifiers whose lengths and separators depend on the field. Typing parentheses around numbers into an ordinary symbol does not create that machine structure. This tool therefore creates plain ECC 200 only and says so in the receipt and FAQ.

A later GS1 mode needs a real application-identifier parser, field-specific validation and independent decoding that exposes the FNC1 and group separators. Until that proof exists, users should generate regulated healthcare, retail or logistics labels with software approved for the exact receiving specification. CreatorValet does not assign GTINs, verify product identity or certify print quality.

Keep the modules crisp through export and printing

You can download the symbol as a PNG or as a vector SVG, both drawn from the same encoded modules. The PNG is suitable for direct digital handoff at its natural pixel size; if it must be enlarged, scale it by a whole-number multiple with nearest-neighbor resampling. The SVG keeps every module as exact geometry, so it stays crisp at any print size without resampling. Do not crop away the white border, place text over the grid or export the raster through a tool that introduces JPEG blur. For a physical label, final readability also depends on printer resolution, ink spread, surface, lighting and the scanner at the point of use.

An independent digital decode can prove that the exported pixels contain the expected value. It cannot certify a future print run. Test the final label at its real dimensions with the actual receiving equipment, especially when the symbol is small or printed on glossy, curved or low-contrast material.

The value and PNG stay in this browser

The encoder is self-hosted and draws directly to a canvas in this tab. The value is not sent to an API, and the Download PNG action creates a local blob from that canvas. Reloading discards the current value and image. There is no account, dynamic redirect, tracking link or hosted destination behind the symbol.

You can inspect the boundary yourself with the guide to verifying local processing. Open the Network panel, generate a symbol and check that only CreatorValet code loads. The text you entered and the finished PNG should not appear in an outbound request.

Have an idea for this tool?

Tell us what would make this tool more useful, or suggest another tool you would like us to build.

Questions

Is Data Matrix the same as a QR code?

No. Both are two-dimensional symbols, but their finder patterns, encoding rules and capacities differ. A QR reader is not proof that a Data Matrix image is valid.

Does this create GS1 DataMatrix?

No. It creates ordinary ECC 200 Data Matrix from the exact text you enter. GS1 requires an FNC1 marker and valid application-identifier structure, so adding parentheses to plain text is not an honest substitute.

Can it encode Unicode?

Yes. Non-ASCII values are stored as UTF-8 with the standard ECI 26 marker. The downloaded raster is checked independently with an ECI-aware decoder; older readers that ignore ECI may still show mojibake.

Is the value uploaded?

No. The encoder is self-hosted and runs in this browser, fetched when you start typing. The PNG is created from a local canvas.