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コードジェネレーター
- 無料名刺デザイナー
- 印刷可能なWiFiカード
- 一括CSV(500コード)
- 40テンプレート
- 20言語
このバーコード形式は前景色と背景色のみで単色描画されます。テンプレート、ドット/アイ形状、グラデーション、フレーム、中央ロゴは QR コードにのみ適用され、ここでは非表示です。
さらに30テンプレートを表示
上記のボタンでスタイルを保存して、お気に入りをここに保存してください。
または組み込みアイコンを選択してください:
アイコンをさらに 108 個表示
QR の背後に低い不透明度で描画されます。写真越しでも QR がスキャンできるよう EC=H が自動で適用されます。
一括生成
CSVをアップロードして、1回のバッチで最大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.