QR Code 可以处理多少个纯文本字符?
How many characters of plain text can a QR Code handle?
我一直在尝试将纯文本放入二维码中。几段似乎不是问题。不过,较长的文本似乎会阻塞系统。
我看到大约 300 个字符导致服务器出现问题,但我不确定这是基于什么。
一个二维码可以处理多少个纯文本字符?
What can be stored in a QR Code?
Up to 7089 digits or 4296 characters, including punctuation marks and special characters, can be entered in one Code. In addition to numbers and characters, words and phrases (e.g. Internet addresses) can be encoded as well. As more data is added to the QR Code, the Code size increases and the Code structure becomes more complex.
来源:https://www.qr-code-generator.com/qr-code-marketing/qr-codes-basics/
有关您可以存储的数据类型的更多详细信息:
QR Code Data Capacity
_______________________________________________________________
| Input | Max Characters | Possible Characters |
|______________|________________|_______________________________|
| Numeric | 7,089 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 |
|______________|________________|_______________________________|
| | | 0–9, A–Z (upper-case only), |
| Alphanumeric | 4,296 | space, $, %, *, +, -, ., /, : |
|______________|________________|_______________________________|
| Binary | 2,953 | ISO 8859-1 Characters |
|______________|________________|_______________________________|
| Kanji/kana | 1,817 | Shift JIS / X 0208 Characters |
|______________|________________|_______________________________|
来源:
https://en.wikipedia.org/wiki/QR_code#Storage
http://qrcode.meetheed.com/question3.php
您还可以在这里找到官方规范:
https://www.iso.org/standard/62021.html
我一直在尝试将纯文本放入二维码中。几段似乎不是问题。不过,较长的文本似乎会阻塞系统。
我看到大约 300 个字符导致服务器出现问题,但我不确定这是基于什么。
一个二维码可以处理多少个纯文本字符?
What can be stored in a QR Code?
Up to 7089 digits or 4296 characters, including punctuation marks and special characters, can be entered in one Code. In addition to numbers and characters, words and phrases (e.g. Internet addresses) can be encoded as well. As more data is added to the QR Code, the Code size increases and the Code structure becomes more complex.
来源:https://www.qr-code-generator.com/qr-code-marketing/qr-codes-basics/
有关您可以存储的数据类型的更多详细信息:
QR Code Data Capacity
_______________________________________________________________
| Input | Max Characters | Possible Characters |
|______________|________________|_______________________________|
| Numeric | 7,089 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 |
|______________|________________|_______________________________|
| | | 0–9, A–Z (upper-case only), |
| Alphanumeric | 4,296 | space, $, %, *, +, -, ., /, : |
|______________|________________|_______________________________|
| Binary | 2,953 | ISO 8859-1 Characters |
|______________|________________|_______________________________|
| Kanji/kana | 1,817 | Shift JIS / X 0208 Characters |
|______________|________________|_______________________________|
来源:
https://en.wikipedia.org/wiki/QR_code#Storage
http://qrcode.meetheed.com/question3.php
您还可以在这里找到官方规范:
https://www.iso.org/standard/62021.html