QR code data retrieve
A QR code uses four standardized encoding modes to store data efficiently:
- numeric : '0-9'
- alphanumeric : '0-9,A-Z,空格,$,%,*,+,-,.,/,:'
- byte/binary : ISO/IEC 8859-1
- kanji : Shift JISJIS X 0208
We are going to talk about the binary data in the QR code. In the data part, it includes data and error correction codewords.
Here is an example from the internet:
The 'w' is '01110111' because dark is 0 on even rows 1 on odd rows. The rows are from 0 start from bottom.