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)
019abdfa-d928-77dc-a70d-e88f48ba5516
019abdfa-d928-7996-bdda-81d286b05a01
019abdfa-d928-7ade-acbd-6dbecf501903
019abdfa-d928-7c05-8159-7a597cc179f9
019abdfa-d928-7d1f-8c27-1a751775475e
019abdfa-d928-7e3e-8dc1-553023ced742
019abdfa-d928-7f59-acba-8bfd735414f3
019abdfa-d929-70b9-a0d7-db4231c385bd
019abdfa-d929-71d8-ba44-71a2cb1f2cb2
019abdfa-d929-72f6-8cf5-6e43061a226a
019abdfa-d929-7411-9a57-532036d6cf3b
019abdfa-d929-7530-88d0-f6bb78b7501c
019abdfa-d929-7646-b667-2742d9e582df
019abdfa-d929-7761-bbd2-47035e7b0676
019abdfa-d929-787b-bc2a-b9e6a4a47422
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)
1f0ca6f2-a442-6a22-9e9b-4cf95d479851
1f0ca6f2-a442-6bbc-9e9b-4cf95d479851
1f0ca6f2-a442-6ca2-9e9b-4cf95d479851
1f0ca6f2-a442-6d74-9e9b-4cf95d479851
1f0ca6f2-a442-6e3c-9e9b-4cf95d479851
1f0ca6f2-a442-6f04-9e9b-4cf95d479851
1f0ca6f2-a442-6fcc-9e9b-4cf95d479851
1f0ca6f2-a443-608a-9e9b-4cf95d479851
1f0ca6f2-a443-6152-9e9b-4cf95d479851
1f0ca6f2-a443-6210-9e9b-4cf95d479851
1f0ca6f2-a443-6350-9e9b-4cf95d479851
1f0ca6f2-a443-6418-9e9b-4cf95d479851
1f0ca6f2-a443-64e0-9e9b-4cf95d479851
1f0ca6f2-a443-65a8-9e9b-4cf95d479851
1f0ca6f2-a443-667a-9e9b-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)
09b7d77e-4c9f-49e3-8c5f-3c202bb62761
f66c861f-8e9d-4cbb-8d21-468251ab24ea
14e62d3a-3706-4703-ac78-4fc7941d10e8
4b420107-9685-408e-a6fd-8499d6f7f295
95296ad2-0a92-4f5c-a4a8-8923edb334e1
8c9b95d6-8cf0-4319-9cf7-896f7ae8cf47
81950ce5-20f8-4d72-bbc0-94c7de14b64e
0e6b2c73-43d2-46e8-a53d-245b6e4f3a22
03b934ec-50aa-428b-91e0-b12f0865d22c
f7c73dbb-8b7f-40e4-b2a4-4435a47679a5
b9d27341-adb3-4473-9e60-276631d52a74
62b1a47c-120b-46aa-a74e-ae294f3ad189
ed1a3ad0-6042-4fae-ba8f-4680d67a5342
326bc6a7-a065-4027-8d35-a64690ea1064
59ed9fdc-b366-4be6-9cae-b592de807a12
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)
2a443ba2-ca6f-11f0-9e9b-4cf95d479851
2a443c06-ca6f-11f0-9e9b-4cf95d479851
2a443c6a-ca6f-11f0-9e9b-4cf95d479851
2a443cce-ca6f-11f0-9e9b-4cf95d479851
2a443d32-ca6f-11f0-9e9b-4cf95d479851
2a443d96-ca6f-11f0-9e9b-4cf95d479851
2a443e04-ca6f-11f0-9e9b-4cf95d479851
2a443e68-ca6f-11f0-9e9b-4cf95d479851
2a443ed6-ca6f-11f0-9e9b-4cf95d479851
2a443f3a-ca6f-11f0-9e9b-4cf95d479851
2a443f9e-ca6f-11f0-9e9b-4cf95d479851
2a444002-ca6f-11f0-9e9b-4cf95d479851
2a444070-ca6f-11f0-9e9b-4cf95d479851
2a4440de-ca6f-11f0-9e9b-4cf95d479851
2a444142-ca6f-11f0-9e9b-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)
58bfc718-9200-8a14-87e9-5ce32bd83b97
27fdc818-9200-8a14-87e9-5ce32bd83b97
d6edc918-9200-8a14-87e9-5ce32bd83b97
272fca18-9200-8a14-87e9-5ce32bd83b97
5dadcb18-9200-8a14-87e9-5ce32bd83b97
bd16cc18-9200-8a14-87e9-5ce32bd83b97
6f8ccd18-9200-8a14-87e9-5ce32bd83b97
f320ce18-9200-8a14-87e9-5ce32bd83b97
9e2fcf18-9200-8a14-87e9-5ce32bd83b97
f186d018-9200-8a14-87e9-5ce32bd83b97
ec05d118-9200-8a14-87e9-5ce32bd83b97
c77dd218-9200-8a14-87e9-5ce32bd83b97
c94cd318-9200-8a14-87e9-5ce32bd83b97
aa30d418-9200-8a14-87e9-5ce32bd83b97
06b1d518-9200-8a14-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-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: