Code 39

<\/script>\n
'; }, get iframeSnippet() { const domain = 'barcodefyi.com'; const type = 'entity'; const slug = 'code-39'; return ''; }, get activeSnippet() { return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet; }, copySnippet() { navigator.clipboard.writeText(this.activeSnippet).then(() => { this.copied = true; setTimeout(() => { this.copied = false; }, 2000); }); } }" @keydown.escape.window="open = false" @click.outside="open = false">

Embed This Widget

Theme


      
    

Widget powered by . Free, no account required.

The first barcode symbology capable of encoding the full alphanumeric character set (A-Z, 0-9, plus special characters). Code 39 is self-checking — each character can be verified independently — making it popular in US defense, automotive, and healthcare applications where reliability outweighs density.

Code 39

1D Linear
Type 1D Linear
Data Length variable (1-80 characters)
Character Set A-Z, 0-9, - . $ / + % space
Year 1974

Related Tools

Related Guides

Related Terms

常见问题

什么是Code 39条形码?

Code 39是一种可变长度字母数字条形码,编码43个字符(A–Z、0–9和7个特殊字符),无强制校验位。

Code 39需要校验位吗?

不需要,Code 39中校验位是可选的。某些应用会添加模43校验字符以提高可靠性。

Code 39在哪里使用?

Code 39常见于美国军事、汽车和工业应用,这些场景需要简单耐用的条形码。