Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
MeCard (QR code)
Data file in a QR code format, developed by NTT Docomo

MeCard is a data file similar to vCard but used by NTT DoCoMo in Japan in QR code format for use with Cellular Phones.

It is largely compatible with most QR-readers for smartphones. It is an easy way to share a contact with the most used fields. Usually, devices can recognize it and treat it like a contact ready to import.

MeCard is based in UTF-8 (which is ASCII compatible); the fields are separated with one semicolon (;), and the tags are separated with a colon (:). Compared to vCard, it needs very few chars due to the size limitation of QR Codes.

Related Image Collections Add Image
We don't have any YouTube videos related to MeCard (QR code) yet.
We don't have any PDF documents related to MeCard (QR code) yet.
We don't have any Books related to MeCard (QR code) yet.
We don't have any archived web articles related to MeCard (QR code) yet.

Limitations

Compared to vCard, MeCard format only stores one single contact, a few labels, and a few data pieces to be set in a typical phonebook.

There is no place on the web that defines a standard for MeCard. It is not described by the ISO, nor is there an RFC for it. As of 2016, the page at NTT DoCoMo that originally defined the layout returns 404, and searching their web site for "MeCard" turns up only a few unrelated references.

Structure

MeCard format starts with the tag MECARD and it finishes with two semicolons (;;)

The supported tags include:

Tagi-mode compatible bar code recognition functionDescriptionExample
ADR3.0The physical delivery address. The fields divided by commas (,) denote PO box, room number, house number, city, prefecture, postal code and country, in order. (See note below.)ADR:,,123 Main St.,Springfield,IL,12345,USA;
BDAY3.08 digits for date of birth: year (4 digits), month (2 digits) and day (2 digits), in orderBDAY:19700310;
EMAIL1.0The address for electronic mail communicationEMAIL:[email protected];
N1.0A structured representation of the name of the person. When a field is divided by a comma (,), the first half is treated as the last name and the second half is treated as the first name.N:Doe,John;
NICKNAME3.0Familiar name for the object represented by this MeCardNICKNAME:Johnny;
NOTE1.0Specifies supplemental information to be set as memo in the phonebook.NOTE:I am proficient in Tiger-Crane Style,\nand I am more than proficient in the exquisite art of the Samurai sword.;
SOUND1.0Designates a text string to be set as the kana name in the phonebook. When a field is divided by a comma (,), the first half is treated as the last name and the second half is treated as the first name.
TEL1.0The canonical number string for a telephone number for telephony communicationTEL:(123) 555-5832;
TEL-AV2.0The canonical string for a videophone number communicationTEL-AV:(123) 555-5832;
URL3.0A URL pointing to a website that represents the person in some wayURL:https://www.johndoe.com/

Note on the ADR: field: Although the original NTT DoCoMo page described the format as shown, in practice almost no QRCode apps that recognize MeCards decompose the address as a set of comma separated fields. They instead display the contents of the field directly. This indicates that, in practice, the field should be formatted according to local layout conventions.