Skip to content

Han Xin Code

Terry Burton edited this page Apr 20, 2016 · 8 revisions

Han Xin Code

The Han Xin Code symbology is a 2D matrix-style barcode symbology that can encode full 256 character extended-ASCII.

Also known as: Chinese Sensible.

Data and Options

  • The data field can contain any extended ASCII data.
  • When the parse option is specified, any instances of ^NNN in the data field are replaced with their equivalent ASCII value, useful for specifying unprintable characters.
  • The eclevel option is used to specify the error correction level:
    • eclevel=L1 - Lowest
    • eclevel=L2
    • eclevel=L3
    • eclevel=L4 - Highest
  • The version option is used to specify the size of the symbol, 1 to 84.
  • If unspecified the encoder will select the version of the symbol that is the minimum size to represent the given data at the selected error correction level.

Examples

0 0 moveto (Han Xin Code) (version=10 eclevel=L4)
/hanxin /uk.co.terryburton.bwipp findresource exec


Symbologies Reference

Point of Sale

GS1 DataBar

Supply Chain

Two-dimensional Symbols

One-dimensional Symbols

Postal Symbols

Pharmaceutical Symbols

Less-used Symbols

GS1 Composite Symbols

Raw Symbols

Partial Symbols

Clone this wiki locally