Free Code 39 Barcode Generator
Encode uppercase letters, digits, and a handful of symbols as Code 39 — the original alphanumeric barcode and the format every scanner ever made reads.
- 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 Code 39?
Code 39 (ISO/IEC 16388, also called Code 3 of 9) is the OG alphanumeric barcode — in production since 1974 and supported by literally every barcode scanner ever made. It encodes 0-9, uppercase A-Z, and the symbols -.$/+%* and space, plus mandatory start/stop asterisks. Trade-off: low density (about 50% wider per character than Code 128), but unbeatable scanner compatibility.
Where Code 39 dominates
- Healthcare: patient ID bands, specimen labels, equipment tags — HL7 widely adopted Code 39.
- US military logistics (LOGMARS): every DOD-tagged item carries Code 39.
- Inventory tagging: small businesses still print Code 39 from cheap thermal printers.
- Vehicle Identification Numbers (VINs): state DMVs and auto registries often use Code 39 for the VIN barcode.
26개 언어 지원
완전히 번역된 UI, 원어 스크립트 렌더링, 아랍어 및 우르두어 우→좌 지원.
Frequently Asked Questions
What characters can I use?
Uppercase A-Z, digits 0-9, space, and the symbols - . $ / + % and * (which is the start/stop sentinel — added automatically). Lowercase letters are not supported in standard Code 39.
What's Full ASCII Code 39?
An extension that uses two-character pairs to encode lowercase + symbols. Not yet exposed here; if you need it, encode your data with the bwip-js code39ext bcid via the batch CSV path.
Is there a check digit?
Code 39 supports an optional Mod-43 check digit (used in HIBCC for healthcare). bwip-js doesn't auto-add it; if you need it, append it manually.
Will iPhone Camera scan Code 39?
Yes since iOS 15.
Why uppercase only?
Standard Code 39 has only 43 characters. Lowercase support requires the Full ASCII extension.
How big should I print it?
X-dimension of at least 7.5 mil (0.19 mm). Code 39 needs more space than Code 128 for the same data.
What's the difference vs Code 93?
Code 93 packs more data into the same width and adds two mandatory check characters. We support both — pick Code 93 if you need higher density and reliability on scuffed labels.