A UUIDv7 measures time in the Unix Epoch with an accuracy between 1ms and 245ns, depending on how many bits are spent for the timestamp (48-60 bits). The rest of the UUID (62-74 bits) is filled with random data. The timestamp is at the front of the UUID, therefore the UUIDs are monotonically increasing, which is good for using them in database indexes. Since this UUID version does not contain a MAC address, it is also recommended due to the improved privacy.
Here are 15 UUIDs that were created just for you! (Reload the page to get more)
0199a70d-3806-7873-a02b-dad22487995f
0199a70d-3806-7a73-ac91-71a61abe3365
0199a70d-3806-7be8-a1cd-acc81c494b61
0199a70d-3806-7d34-9d80-08ee5f811f51
0199a70d-3806-7e77-8cc2-8fc21541e4bc
0199a70d-3806-7fbb-bc7b-1edfb3c40ed2
0199a70d-3807-70fa-8165-338144807c1c
0199a70d-3807-72a4-aaec-ef28a5f2b1bb
0199a70d-3807-7432-8af5-88cb4c980603
0199a70d-3807-757d-b045-2169bba32a15
0199a70d-3807-76c5-a4fc-723bffbe552a
0199a70d-3807-7809-8a8c-eef2547755d4
0199a70d-3807-7971-99af-d8526441e7ce
0199a70d-3807-7aee-beea-e93a020f704c
0199a70d-3807-7c46-b5d0-e8e3ee2e9273
Like UUIDv1, this kind of UUID is made of the MAC address of the generating computer, the time, and a clock sequence. However, the components in UUIDv6 are reordered (time is at the beginning), so that UUIDs are monotonically increasing, which is good for using them in database indexes.
Here are 15 UUIDs that were created just for you! (Reload the page to get more)
1f09fdf8-7ddf-6682-9204-4cf95d479851
1f09fdf8-7ddf-690c-9204-4cf95d479851
1f09fdf8-7ddf-6a7e-9204-4cf95d479851
1f09fdf8-7ddf-6bd2-9204-4cf95d479851
1f09fdf8-7ddf-6d26-9204-4cf95d479851
1f09fdf8-7ddf-6e5c-9204-4cf95d479851
1f09fdf8-7ddf-6fb0-9204-4cf95d479851
1f09fdf8-7de0-60f0-9204-4cf95d479851
1f09fdf8-7de0-623a-9204-4cf95d479851
1f09fdf8-7de0-6384-9204-4cf95d479851
1f09fdf8-7de0-6596-9204-4cf95d479851
1f09fdf8-7de0-66fe-9204-4cf95d479851
1f09fdf8-7de0-6848-9204-4cf95d479851
1f09fdf8-7de0-6992-9204-4cf95d479851
1f09fdf8-7de0-6adc-9204-4cf95d479851
A UUIDv4 is made of 122 random bits. No other information is encoded in this kind of UUID.
Here are 15 UUIDs that were created just for you! (Reload the page to get more)
d8778db0-21e0-4936-9e63-06f1917bda83
d2f88398-a88f-4efd-b944-7b508e8188d2
8bd050bd-69a4-47eb-a70f-36358d1257d5
4f5103ce-b5f0-4429-9bcd-24f9244dc902
531e36d9-c980-4ed9-9575-a8bfd4815fde
394188a2-9d1e-4369-90f1-934efa04a8c6
679eb84d-5f8a-4b95-9679-f6b36420be59
a96c52d1-e185-405b-a1e2-1e2878311092
5450c11b-fc01-4127-83df-0e87978a7ab2
8de41570-01bd-405e-be4f-faa0d37f7f22
c6f76abe-d12f-4e56-9d26-366bf080c974
74cfd397-764a-42d8-bc83-79147ad5d378
4d2b50ac-ca4e-47f9-9809-d4eb4c6e49cc
047d5cd5-fea2-4f41-9e0f-f8500aef53f0
39a857f5-7afe-49dc-85c9-fcbd52d5a308
A UUIDv1 is made of the MAC address of the generating computer, the time, and a clock sequence.
Here are 15 UUIDs that were created just for you! (Reload the page to get more)
87de11f8-9fdf-11f0-9204-4cf95d479851
87de1298-9fdf-11f0-9204-4cf95d479851
87de132e-9fdf-11f0-9204-4cf95d479851
87de13c4-9fdf-11f0-9204-4cf95d479851
87de145a-9fdf-11f0-9204-4cf95d479851
87de14e6-9fdf-11f0-9204-4cf95d479851
87de1586-9fdf-11f0-9204-4cf95d479851
87de161c-9fdf-11f0-9204-4cf95d479851
87de16a8-9fdf-11f0-9204-4cf95d479851
87de173e-9fdf-11f0-9204-4cf95d479851
87de17d4-9fdf-11f0-9204-4cf95d479851
87de1860-9fdf-11f0-9204-4cf95d479851
87de18f6-9fdf-11f0-9204-4cf95d479851
87de1982-9fdf-11f0-9204-4cf95d479851
87de1a18-9fdf-11f0-9204-4cf95d479851
The sorting of UUIDs in SQL Server is rather confusing and incompatible with UUIDv6 and UUIDv7.
Therefore this method developed by HickelSOFT
generates UUIDs which are sortable by SQL Server.
They have a time resolution of 1 milliseconds combined with 16 bits of random data.
C# implementation |
PHP implementation
Here are 15 UUIDs that were created just for you! (Reload the page to get more)
da2e7219-4805-8311-87e9-5ce32bd83b97
2b5b7419-4805-8311-87e9-5ce32bd83b97
e13d7519-4805-8311-87e9-5ce32bd83b97
e2d37619-4805-8311-87e9-5ce32bd83b97
33537719-4805-8311-87e9-5ce32bd83b97
fe0e7819-4805-8311-87e9-5ce32bd83b97
83327919-4805-8311-87e9-5ce32bd83b97
c9017a19-4805-8311-87e9-5ce32bd83b97
437c7b19-4805-8311-87e9-5ce32bd83b97
f5e07c19-4805-8311-87e9-5ce32bd83b97
481a7d19-4805-8311-87e9-5ce32bd83b97
3a8d7e19-4805-8311-87e9-5ce32bd83b97
351f7f19-4805-8311-87e9-5ce32bd83b97
67e08019-4805-8311-87e9-5ce32bd83b97
77578119-4805-8311-87e9-5ce32bd83b97
The following types of UUIDs are less common and/or require special knowledge. Please only use the following generators if you know what you are doing.
The NCS UUIDs are a legacy format
initially designed by Apollo Computer that cannot be generated anymore, because the
amount of available timestamp bits was exhausted on 5 September 2015.
As an example, here is the last possible NCS UUID (all bits of the timestamp are set to 1) for IP address 127.0.0.1:
ffffffff-ffff-0000-027f-000001000000
.
An UUIDv2 contains information about the creator (person, group, or organization), the generating system (MAC address), and time. The creator information replaced parts of the time bits, therefore the time resolution is very low.
An UUIDv3 is made out of a MD5 hash and an UUIDv5 is made out of a SHA1 hash. RFC 9562 also contains an example for a custom UUIDv8 implementation that uses modern hash algorithms.
UUIDv8 is made of 122 bits application-specific / custom data. The other 6 bits are used to specify the variant and version of the UUID, to make it RFC-compatible.
You can enter a UUID in the following notations:
9e83839a-5967-11e4-8c1c-78e3b5fc7f22
2.25.210700883446948645633376489934419689250
The script will output:
Please enter a UUID or UUID OID:
You can enter a UUID in the following notations:
AA-BB-CC-DD-EE-FF
AA:BB:CC:DD:EE:FF
AABBCC.DDEEFF
(case insensitive)AA-BB-CC-DD-EE-FF-11-22
(EUI-64)AA:BB:CC:DD:EE:FF-11-22
(EUI-64)fe80::1322:33ff:fe44:5566
(IPv6 Link Local / EUI-64)The script will output:
Please enter a MAC (EUI, ELI, SAI, AAI), or IPv6-Link-Local address:
An Administratively Assigned Identifier (AAI) is a MAC address which can be locally defined by applications or an administrator. Unlike the EUI, an AAI is NOT worldwide unique.
The following options are rather unusual, but are implemented for the sake of completeness: