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)
019c96fd-91c3-78f6-8ab7-bea65fc5c8fa
019c96fd-91c3-7a94-998a-b70f9e314223
019c96fd-91c3-7bdc-8807-187bd1072a55
019c96fd-91c3-7cfa-99f4-4ef098db7120
019c96fd-91c3-7e19-889b-dc7b2f6a1d78
019c96fd-91c3-7f34-a443-21144d96126e
019c96fd-91c4-704e-83ef-0e9ea27dd23f
019c96fd-91c4-716d-a55c-73b085eff6aa
019c96fd-91c4-7288-950b-2812bf890541
019c96fd-91c4-73a2-90ad-cd5e6c75cd31
019c96fd-91c4-74bd-87ef-2075303aa937
019c96fd-91c4-75d8-a786-94dec0bc8032
019c96fd-91c4-76f2-a905-264455a6ab0d
019c96fd-91c4-7811-a03c-90364efae750
019c96fd-91c4-792c-813b-3be4a1b6876f
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)
1f1129c2-48f5-6258-9e46-4cf95d479851
1f1129c2-48f5-63fc-9e46-4cf95d479851
1f1129c2-48f5-64e2-9e46-4cf95d479851
1f1129c2-48f5-65b4-9e46-4cf95d479851
1f1129c2-48f5-6686-9e46-4cf95d479851
1f1129c2-48f5-674e-9e46-4cf95d479851
1f1129c2-48f5-6816-9e46-4cf95d479851
1f1129c2-48f5-68de-9e46-4cf95d479851
1f1129c2-48f5-69a6-9e46-4cf95d479851
1f1129c2-48f5-6a64-9e46-4cf95d479851
1f1129c2-48f5-6bea-9e46-4cf95d479851
1f1129c2-48f5-6d66-9e46-4cf95d479851
1f1129c2-48f5-6e88-9e46-4cf95d479851
1f1129c2-48f5-6f5a-9e46-4cf95d479851
1f1129c2-48f6-6022-9e46-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)
3acaccd8-2514-4f85-b98f-4bf1ecda0f49
c83cb883-1068-4af6-a98f-a05be754222b
360856d9-82fe-4902-9570-53fbe7e14c70
3e2d5f24-a2bc-4cad-91cc-ce3537f10744
fa4abce8-9d78-437c-a7e1-7d739319c745
19d4bdbb-5b77-4720-9a39-e7e18f5cbfd0
350accb2-4cdc-4fd1-a970-4c0e5332bcd4
f1af808a-0c4c-44ff-a768-cc5b6e7b3cf4
3da23419-911b-4b78-bae8-fb097eb552f0
ada8486b-f3b4-459a-a1e9-64ae40ce564d
a9bec1e7-14bb-4162-974c-68d767dd1242
a21b6c20-ea24-408d-b610-879689be05cb
276656db-3ec5-424f-bc5a-5192799a753f
c93a9757-74e8-4f66-86da-5fe3e2445bc7
4298114f-f306-457d-bd14-0195f3911dc2
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)
248f65ae-129c-11f1-9e46-4cf95d479851
248f661c-129c-11f1-9e46-4cf95d479851
248f6680-129c-11f1-9e46-4cf95d479851
248f66e4-129c-11f1-9e46-4cf95d479851
248f6748-129c-11f1-9e46-4cf95d479851
248f67ac-129c-11f1-9e46-4cf95d479851
248f681a-129c-11f1-9e46-4cf95d479851
248f687e-129c-11f1-9e46-4cf95d479851
248f68e2-129c-11f1-9e46-4cf95d479851
248f6946-129c-11f1-9e46-4cf95d479851
248f69aa-129c-11f1-9e46-4cf95d479851
248f6a0e-129c-11f1-9e46-4cf95d479851
248f6a72-129c-11f1-9e46-4cf95d479851
248f6ae0-129c-11f1-9e46-4cf95d479851
248f6b44-129c-11f1-9e46-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)
801b472e-5905-8803-87ea-5ce32bd83b97
134c482e-5905-8803-87ea-5ce32bd83b97
84a8492e-5905-8803-87ea-5ce32bd83b97
75b64a2e-5905-8803-87ea-5ce32bd83b97
a1ac4b2e-5905-8803-87ea-5ce32bd83b97
eb804c2e-5905-8803-87ea-5ce32bd83b97
82964d2e-5905-8803-87ea-5ce32bd83b97
33f64e2e-5905-8803-87ea-5ce32bd83b97
cdb34f2e-5905-8803-87ea-5ce32bd83b97
3cf9502e-5905-8803-87ea-5ce32bd83b97
1a0b512e-5905-8803-87ea-5ce32bd83b97
9b09522e-5905-8803-87ea-5ce32bd83b97
7488532e-5905-8803-87ea-5ce32bd83b97
770a542e-5905-8803-87ea-5ce32bd83b97
40f6552e-5905-8803-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: