UUID Generator
Generate UUIDs for apps, tests, and databases.
- On your device
- No signup
Everyday Tools
Utilnivo
Service UUID lookup: inspect version, variant, and embedded timestamps.
Browse more in Everyday Tools or all tools.
Private on your device
Your information stays on your device and is not uploaded.
Generate UUIDs for apps, tests, and databases.
Decode JWT header, payload, and expiry—including Bearer tokens—on your device.
Generate SHA-256, SHA-384, and SHA-512 hashes.
Calculate exact age in years, months, and days from a date of birth.
Count days, weeks, and months between two dates.
Estimate how much an appliance costs to run.
Calculate body mass index using metric or US units with a general classification.
Convert between common units of length, weight, volume, and temperature.
Paste a service UUID or any UUID to inspect its version, RFC variant bits, and embedded timestamp for v1 and v7 IDs. Parsing works on your device—there is no public owner registry.
Service UUID lookup usually means inspecting an identifier used by an API, microservice, Windows/COM GUID, or Bluetooth GATT characteristic—not looking up who owns a random UUID on the public internet.
This tool decodes the UUID bits: version, RFC variant, nil detection, and embedded timestamps for time-based versions—so you can confirm whether a service UUID is random (v4), time-ordered (v7), or time-based (v1).
Bluetooth SIG 16-bit assigned numbers are not name-resolved here. Paste the 128-bit form to inspect version and variant; use official Bluetooth docs for assigned service names.
When debugging production IDs, correlate v1/v7 timestamps with logs rather than treating the UUID as a searchable directory key.
1. Paste a service UUID or other UUID. 2. Run lookup. 3. Read version/variant fields. 4. For v1 or v7, review extracted time if shown. 5. Use UUID Generator when you need new IDs.
Example 1: a service UUID that is v4 shows random layout with RFC variant bits. Example 2: a v1 UUID exposes a timestamp you can correlate with log times when debugging old event IDs.
Paste a service UUID or any RFC UUID to inspect version, variant, and (for v1/v7) timestamp hints. Does not call a public UUID owner registry—interpretation is local.
Results are based on the inputs you provide and may not cover every edge case. This tool is for general use and is not professional advice.
Your data stays on your device and is not uploaded.
Parses 128-bit layout per RFC 4122. Version is the high nibble of clock_seq-related bits; variant bits distinguish RFC vs legacy encodings.
FAQ
It means inspecting a UUID used as a service or API identifier—version, variant, and any embedded timestamp. It does not map a UUID to a company or Bluetooth SIG assigned name.
Version 1 and version 7 UUIDs can include embedded timestamps when present. Version 4 (random) service UUIDs do not.
No. UUID parsing works on your device.
Version, variant, and for v1/v7 UUIDs, timestamp-related fields when present. It does not identify who created the UUID.
No public universal registry maps arbitrary UUIDs to owners. Interpretation is based on the UUID bits themselves.
v4 (random) or v7 (time-ordered) are common for new identifiers. Use the UUID Generator tool to create them; use lookup to inspect existing values.
Page last reviewed: