Ambimat GroupAmbimatAmbiSecureeSIM InitiativeEngineering BlogAhmedabad · India · Est. 1981
NFC utility

NDEF Decoder

Walk an NDEF (NFC Data Exchange Format) message into individual records and decode the well-known types: URI, Text, Smart Poster, MIME, External (including Android AAR). Client-side only.

Client-sideNFC Forum NDEF 1.0

Input

Decoded

Paste hex to decode.
All decoding runs locally.

About NDEF

NDEF is the NFC Forum’s record-based message format used by NFC tags, smart posters, and Android beam handovers. A message is a sequence of records; each record has a type, an optional ID, and a payload. Well-known type U carries URIs (with a 1-byte prefix code that expands to http://www., tel:, etc.); type T carries text with a language code; type Sp is a Smart Poster (a nested NDEF message).

Spec

NFC Forum — NDEF Technical Specification.

Companion tool

UID analyzer

Architecture

DESFire