Generador de códigos de barras
Genera códigos de barras Code128, EAN-13, UPC-A y Code39 en SVG/PNG completamente en tu navegador.
Symbology cheat sheet
- Code128: alphanumeric + symbols, compact, the everyday workhorse. Max ~80 chars.
- EAN-13: 13-digit retail standard outside North America (book ISBNs, EU retail).
- UPC-A: 12-digit retail standard in the US and Canada. (Encoded internally as EAN-13 with leading zero.)
- Code39: 1970s industrial standard; uppercase letters, digits, and a few symbols. Still common on inventory tags.
Common use cases
- Inventory labels: Code128 for warehouse asset tags scanned by handheld readers.
- Event tickets: Code128 with a UUID, printed on the ticket stub.
- Retail products: EAN-13 or UPC-A on packaging.
- Library / archives: Code39 for legacy shelf-management systems.
Related: QR Code Generator · Placeholder Images · All code tools
Preguntas frecuentes
- Which symbology should I pick?
- Code128 for short alphanumeric labels (most general-purpose). EAN-13 for retail product barcodes. UPC-A for North American retail. Code39 for older industrial inventory systems.
- Can I print directly?
- Yes — download the SVG for vector printing at any size, or the PNG at 2x scale for raster output.
- Is this distinct from /qrgen/?
- Yes. QR codes are 2D matrix codes; barcodes are 1D line codes. They are not interchangeable — point-of-sale scanners use 1D codes; phones decode QR for URLs.
Last updated: By jarvisbox