Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QR CODE max char length

Tags:

qr-code

I've read that QRCODES has about 4,290 alphanumeric chars limit (about 4kb).

Is it true and is there any way to increase their memory size?

I would like to have more space on if possible: P

like image 895
itsme Avatar asked Oct 06 '12 22:10

itsme


People also ask

How many digits can QR codes hold?

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.

How many characters can a QR code hold in 2 dimensional?

A Definition of 2D Barcodes because they store information horizontally and vertically; in fact, 2D barcodes can store up to 7,089 characters, which is a much greater storage capacity than the 20-character capacity of standard barcodes.

How long QR code can be?

A QR Code can store up to 4296 characters or 7089 digits in a single code making it viable to hold large amounts of content.


2 Answers

A summary of the specification is here:

  * http://en.wikipedia.org/wiki/QR_code      Numeric only    Max. 7,089 characters (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)     Alphanumeric    Max. 4,296 characters (0–9, A–Z [upper-case only], space, $, %, *, +, -, ., /, :)     Binary/byte     Max. 2,953 characters (8-bit bytes) (23624 bits)     Kanji/Kana  Max. 1,817 characters 

The specification itself is here:

  • https://www.iso.org/standard/62021.html

As far as "more space", you should think of the QR code as a "link", or a "shortcut" to your URL. Clicking the QR code brings the user to web site; once they're there, you have as much space as you want.

like image 90
paulsm4 Avatar answered Oct 14 '22 09:10

paulsm4


QR codes come in various standardized sizes, but the largest is version 40 which can store about 2,953 bytes. 2953 character is the maximum that you can store within a single QR code

Mattkc has a video on youtube, where he stores the snake game within a QR code. It's quite awesome check it out.

https://mattkc.com/etc/snakeqr/ 

enter image description here

like image 41
Prashanth Narasimhan K Avatar answered Oct 14 '22 08:10

Prashanth Narasimhan K