Codeword
An 8-bit (one byte) unit of data in a QR code. The data stream is divided into data codewords (carrying the payload) and error correction codewords (carrying Reed-Solomon parity). Both types are interleaved across the data region.
Related Terms
Related Content
QR Code Anatomy: Every Component Explained
QR Code Fundamentals…column pattern, snaking right to left across the symbol. Quiet Zone A mandatory minimum 4-module-wide blank margin…
QR Code Versions 1-40: Size, Capacity, and Selection
QR Code Fundamentals…the most efficient encoding mode , calculates the required codeword count, and selects the smallest version that fits. When to…
Encoding Modes: Numeric, Alphanumeric, Byte, Kanji, and ECI
QR Code FundamentalsEncoding Modes: Numeric, Alphanumeric, Byte, Kanji, and ECI QR codes support multiple encoding modes ,…
Static vs Dynamic QR Codes: Pros, Cons, and When to Use Each
QR Code Fundamentals…Codes A static QR code encodes your data directly into the symbol. The URL , WiFi credentials , or contact information is…
QR Code Data Capacity: Maximum Characters by Version and Mode
QR Code Fundamentals…EC level Find the smallest version with sufficient total codeword capacity Most libraries handle this automatically, but…
Mask Patterns: The Hidden Optimisation in Every QR Code
QR Code Fundamentals…eight mask patterns to its data area before finalising the symbol. Masking is essential for preventing problematic visual…
The Finder Pattern: Why QR Codes Have Three Squares
QR Code Fundamentals…them, a scanner could not locate, orient, or decode the symbol. The 1:1:3:1:1 Ratio Each finder pattern is a 7x7 module…
Reed-Solomon Error Correction in QR Codes
QR Code Fundamentals…QR codes is: x^8 + x^4 + x^3 + x^2 + 1 (decimal 285) All codeword arithmetic — encoding, syndrome calculation, and error…