Guide
The universal recognizer sends one input through several local detectors instead of asking you to choose a country or number class first. It currently covers identity numbers, international phone numbers, payment cards, IBANs, tax/business identifiers, and parcel or postal tracking numbers. One string can produce more than one candidate.
Updated 2026-09-252 min read
The universal recognizer sends one input through several local detectors instead of asking you to choose a country or number class first. It currently covers identity numbers, international phone numbers, payment cards, IBANs, tax/business identifiers, and parcel or postal tracking numbers. One string can produce more than one candidate.
The confidence value only ranks how closely the input resembles a format. A numeric string can plausibly resemble both a payment card and a carrier number, so the tool keeps alternatives instead of pretending it already knows the real-world purpose.
| Input shape | Possible candidate | Local result |
|---|---|---|
+49 … |
E.164 phone | Calling code and national-number part |
DE89 … |
IBAN | Country, length, MOD 97 and selected bank/branch fields |
DE123456789 |
EU VAT | Country prefix and format candidate |
12-3456789 |
U.S. EIN | Nine-digit format and prefix check |
1Z… |
UPS-like tracking number | Carrier candidate and official tracking action |
Every identifier detector returns the same candidate shape: family, kind, confidence, validation, fields and suggested actions. Specialized tools only add a scope to the same recognition function. For example, the IBAN page shows bank-account candidates; when an input clearly belongs to another family, it can recommend a more appropriate tool.
The design deliberately does not map language to country and does not read IP address or geolocation. Language affects copy, result ordering and whether a locale-specific deep page is offered.
Recognition and validation run locally in the browser by default. A value is sent outside Toolun only after you explicitly open an external carrier, VIES or other lookup service. Do not paste unrelated third-party identity, card or other sensitive numbers.
Updated 2026-09-25
Run identity, phone, payment-card, IBAN, tax/business and tracking recognizers in parallel and open the best specialized tool
Recognizes structured numbers, encodings and text patterns. Safe cleanup keeps the original text and never infers a region from IP or location.