In this Excel barcode generation user guide, you will learn how to create barcodes from Unicode text in Office Excel document.
- Support three 2D barcodes for Unicode text generation in Excel document: QR Code, Data Matrix and PDF-417
- Simple to add list of barcodes from Unicode text in Excel cells list
- Free distibute the Excel file with barcode inserted without font, VBA, Macro, activex programming code installed
Unicode is a text encoding standard managed by the Unicode Consortium designed to support the use of text written in all of the world's major computer systems.
Unicode text is processed and stored as binary data by converting characters into sequences of bytes. The Unicode standard defines three common encodings:
UTF-8, UTF-16, and UTF-32. UTF-8 is the most widely used in computer systems.
Microsoft Excel software supports editing, viewing Unicode text in the Excel document. OnBarcode Barcode for Excel Add-in also supports encoding unicode text
in the Excel cells to 2d barcode images.
When we convert text with Unicode encode to barcodes, we usually convert unicode text to byte array first using UTF-8.
Then we create barcodes with byte array data encoded.
Using OnBarcode Barcode Generator for Excel add-in, you can convert Unicode text to bytes using 4 encodes:
- UTF-8
- UTF-32
- Unicode
- BigEndian-Unicode
The following three 2D barcode symbologies supports byte array from Unicode text converted: QR Code, Data Matrix and PDF-417.