Free Code 128 Barcode Generator
Encode any printable ASCII as a Code 128 linear barcode. The dominant format for shipping labels (UPS / FedEx / DHL internal tracking), supply chain, and warehouse logistics.
- QR Generator
- Free Business Card Designer
- Printable WiFi Cards
- Batch CSV (500 codes)
- 40 Templates
- 20 Languages
یہ بار کوڈ فارمیٹ صرف پیش منظر اور پس منظر کے رنگوں کے ساتھ مونوکروم رینڈر ہوتا ہے۔ ٹیمپلیٹس، ڈاٹ/آئی شکلیں، گریڈینٹس، فریم اور مرکزی لوگو صرف QR کوڈز پر لاگو ہوتے ہیں اور یہاں چھپے ہوئے ہیں۔
Show 30 more templates
Save a style with the button above to keep your favourites here.
Or pick a built-in icon:
108 مزید آئیکن دکھائیں
کم شفافیت پر QR کے پیچھے رینڈر ہوتا ہے۔ تصویر کے ذریعے QR اسکین ہوسکے اس لیے EC=H خودکار طور پر لاگو ہوتا ہے۔
Batch Generation
ایک ہی بیچ میں 500 تک QR کوڈز بنانے کے لیے CSV اپ لوڈ کریں۔ ہر قطار اپنا 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۔ تمام کالم، 40 ٹیمپلیٹس، 11 فریم اسٹائلز اور 12 بلٹ ان لوگوز کو عمل میں دیکھنے کے لیے نمونہ CSV ڈاؤن لوڈ کریں۔
1. نمونہ CSV ڈاؤن لوڈ کریں · 2. Google Sheets، Excel، Numbers یا کسی بھی ٹیکسٹ ایڈیٹر میں ترمیم کریں · 3. یہاں اپ لوڈ کریں
Save the entire QR â type, all field values, style, frame, logo, business card design â as a single .qr.json file. Load it later to recreate everything in one click.
اپنا QR کوڈ بنانے کے لیے مواد درج کریں
ای سگنیچرز جو عدالت میں قابل قبول ہوں
Abundera Sign بنیادی ای سگنیچرز سے آگے جاتا ہے۔ ہر دستاویز کو کرپٹوگرافک ثبوت، آزادانہ تصدیق، اور چھیڑ چھاڑ سے محفوظ ثبوت پیکیج ملتا ہے۔
- خود بخود تیار عدالتی ثبوت پیکیجز
- ذاتی دستاویز مہر — فوری طور پر چھیڑ چھاڑ کا پتہ لگاتی ہے
- ۵ آزاد نظاموں سے منسلک — کوئی واحد ناکامی کا نقطہ نہیں
What is Code 128?
Code 128 (ISO/IEC 15417) is a high-density variable-length linear barcode that encodes the full 128-character ASCII set. Three character subsets (A, B, C) let it switch between letters, numbers, and pure-numeric pairs for maximum density. The format is the de facto standard for shipping, logistics, and supply chain because of its compactness and the fact that every modern scanner ever made reads it.
Where Code 128 dominates
- Shipping labels: UPS PLD, FedEx Ground, DHL — internal tracking numbers are Code 128.
- Pharmaceutical serial numbers: GS1-128 with FNC1 application identifiers (we encode the data, not the AI structure — paste pre-formatted strings if you need GS1-128).
- Warehouse pick / put-away: SKU + bin-location encoded together.
- Healthcare patient ID bands: alphanumeric MRN.
- Industrial part marking: serial numbers, lot codes.
This is a 1D linear barcode — QR-style features (eye styles, dot shapes, gradients, frames, centre logos) don't apply.
26 زبانوں میں دستیاب
مکمل ترجمہ شدہ UI، مقامی رسم الخط رینڈرنگ، اور عربی و اردو کے لیے دائیں سے بائیں سپورٹ۔
Frequently Asked Questions
Will iPhone Camera scan Code 128?
Yes since iOS 15. Android Camera (Google Lens) reads Code 128 reliably.
What's the maximum length?
Practically unlimited — we've seen 60+ characters scan reliably. Density depends on the character mix; numeric-only is densest (Subset C packs two digits per symbol).
Do I need to pick a subset (A / B / C)?
No — bwip-js auto-selects the optimal subset and inserts shift/switch codes as needed. Just paste your data.
Is GS1-128 supported?
Functionally yes — you supply the GS1 element string with parentheses around AIs (e.g. (01)09506000134352(10)ABC123). We encode the entire string as Code 128. For full GS1 compliance with FNC1 separators you'd need a GS1-aware encoder.
Can I add a logo?
No — Code 128 has no error-correction headroom for overlays.
What size should I print at?
X-dimension (narrowest bar width) of at least 7.5 mil (0.19 mm) for retail-grade scanners; 10 mil for fast-moving scanned environments.
Does this validate the input?
bwip-js rejects non-ASCII characters with an error toast. We don't pre-validate length, so you can encode arbitrary-length strings (some scanners cap reads at 80 chars).