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)
019c8977-122d-7d07-a608-8ead0cbc9be8
019c8977-122d-7e90-9b20-e7881ba6fcef
019c8977-122d-7fcf-b0ae-8414a206b8ee
019c8977-122e-70ea-89ba-de73a3d2b0ca
019c8977-122e-7205-9414-1f20e157016c
019c8977-122e-731b-b2f8-06db2aa33eb5
019c8977-122e-7436-9989-f680e92ce983
019c8977-122e-754c-88ad-5f8bca3e3d5b
019c8977-122e-765f-a04f-49e0be023169
019c8977-122e-7775-80ba-2ce36567077a
019c8977-122e-7890-b1cc-805200a03010
019c8977-122e-79a6-9410-cc2f44cfb22b
019c8977-122e-7abd-a2ad-e25f7da89090
019c8977-122e-7bd3-a017-a5007573cad9
019c8977-122e-7cea-b807-bb27bf1cc325
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)
1f1108bc-eb78-684e-97ce-4cf95d479851
1f1108bc-eb78-69d4-97ce-4cf95d479851
1f1108bc-eb78-6ac4-97ce-4cf95d479851
1f1108bc-eb78-6b8c-97ce-4cf95d479851
1f1108bc-eb78-6c54-97ce-4cf95d479851
1f1108bc-eb78-6dd0-97ce-4cf95d479851
1f1108bc-eb78-6e98-97ce-4cf95d479851
1f1108bc-eb78-6f60-97ce-4cf95d479851
1f1108bc-eb79-601e-97ce-4cf95d479851
1f1108bc-eb79-60e6-97ce-4cf95d479851
1f1108bc-eb79-6226-97ce-4cf95d479851
1f1108bc-eb79-62f8-97ce-4cf95d479851
1f1108bc-eb79-63c0-97ce-4cf95d479851
1f1108bc-eb79-647e-97ce-4cf95d479851
1f1108bc-eb79-653c-97ce-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)
ecab6a75-7cd0-480a-8590-faec7ccea180
ea0e2d6a-062b-4861-abd8-dbfef8221836
9e26bf07-367b-4672-aa05-f78d610af0cf
34fc75fa-a7ed-4d42-9974-7d4e45e22ff7
d126b7ec-616d-43f9-aff5-6f55c0c0863c
3f5f5bcd-785f-4acf-bbc8-09d8993d5cd7
04be10c0-e3c3-4201-9930-653db3938585
c04a0a0a-d946-4768-be21-d44aa4a0aa89
d67664a6-ba6c-4e3e-a6e2-1f0d125c9d4e
c37bc177-54b9-4087-b3d7-f8c5a84e1c30
195ee0a0-d365-4581-aa90-605c8198c298
b50aaf46-bcc2-4886-a26e-fea23a3a2859
bbe3960b-c4f8-4ae0-a43d-f1d3637b661c
422b1531-273f-4e9d-8133-349928455105
5037cbd0-5678-4952-a6d0-b147e8e2079e
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)
ceb79a64-108b-11f1-97ce-4cf95d479851
ceb79ac8-108b-11f1-97ce-4cf95d479851
ceb79b2c-108b-11f1-97ce-4cf95d479851
ceb79b86-108b-11f1-97ce-4cf95d479851
ceb79bea-108b-11f1-97ce-4cf95d479851
ceb79c4e-108b-11f1-97ce-4cf95d479851
ceb79ca8-108b-11f1-97ce-4cf95d479851
ceb79d02-108b-11f1-97ce-4cf95d479851
ceb79d66-108b-11f1-97ce-4cf95d479851
ceb79dd4-108b-11f1-97ce-4cf95d479851
ceb79e2e-108b-11f1-97ce-4cf95d479851
ceb79e92-108b-11f1-97ce-4cf95d479851
ceb79eec-108b-11f1-97ce-4cf95d479851
ceb79f5a-108b-11f1-97ce-4cf95d479851
ceb79fb4-108b-11f1-97ce-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)
d474fb2f-d301-8603-87ea-5ce32bd83b97
b77dfc2f-d301-8603-87ea-5ce32bd83b97
ae98fd2f-d301-8603-87ea-5ce32bd83b97
a2c1fe2f-d301-8603-87ea-5ce32bd83b97
6a00ff2f-d301-8603-87ea-5ce32bd83b97
92b90130-d301-8603-87ea-5ce32bd83b97
ad6b0230-d301-8603-87ea-5ce32bd83b97
2b4f0330-d301-8603-87ea-5ce32bd83b97
38e10430-d301-8603-87ea-5ce32bd83b97
ccb90530-d301-8603-87ea-5ce32bd83b97
38e60630-d301-8603-87ea-5ce32bd83b97
d5600730-d301-8603-87ea-5ce32bd83b97
934b0830-d301-8603-87ea-5ce32bd83b97
d0ff0930-d301-8603-87ea-5ce32bd83b97
abee0a30-d301-8603-87ea-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.
A 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.
A UUIDv3 is made out of a MD5 hash and a 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-78e3b5fc7f222.25.210700883446948645633376489934419689250The script will output:
Please enter a UUID or UUID OID:
You can enter a UUID in the following notations:
AA-BB-CC-DD-EE-FFAA:BB:CC:DD:EE:FFAABBCC.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: