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)
019c97de-4eab-76a0-a7df-7cff689b5465
019c97de-4eab-783a-89e9-475564df3ebe
019c97de-4eab-7979-8040-d9e82ddb315f
019c97de-4eab-7a98-b8dd-089ff18694d0
019c97de-4eab-7bb7-9851-218ef0be82a9
019c97de-4eab-7cd1-b012-5bbf8a9e39b8
019c97de-4eab-7de8-b801-04d522053036
019c97de-4eab-7f03-8bca-57cea07c6233
019c97de-4eac-7021-931a-6dc4e5977668
019c97de-4eac-713c-9a7b-b854f3849021
019c97de-4eac-7252-8863-2c932e4ee8a6
019c97de-4eac-736d-a9f8-934c75d11817
019c97de-4eac-7488-ab89-b2145c57a6ea
019c97de-4eac-75a2-bbc0-acbcb43211bf
019c97de-4eac-76c1-8bed-fed9c73301bd
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)
1f112be6-f627-6324-9863-4cf95d479851
1f112be6-f627-64c8-9863-4cf95d479851
1f112be6-f627-65ae-9863-4cf95d479851
1f112be6-f627-6680-9863-4cf95d479851
1f112be6-f627-6748-9863-4cf95d479851
1f112be6-f627-6810-9863-4cf95d479851
1f112be6-f627-68ce-9863-4cf95d479851
1f112be6-f627-6996-9863-4cf95d479851
1f112be6-f627-6a54-9863-4cf95d479851
1f112be6-f627-6b1c-9863-4cf95d479851
1f112be6-f627-6c84-9863-4cf95d479851
1f112be6-f627-6d56-9863-4cf95d479851
1f112be6-f627-6e14-9863-4cf95d479851
1f112be6-f627-6edc-9863-4cf95d479851
1f112be6-f627-6fa4-9863-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)
4d6cde66-0751-4045-ad84-351e158d305f
94d83179-91e1-476a-8afe-7e9e03f27c6d
949264f0-ebcf-403f-a85e-5e81cf8cdf12
17e37d9c-333e-419d-ada0-f2338218ef25
753caba0-d92b-4e7a-b6fa-42bbc0a89b1d
c7746555-22b5-4c80-a39c-dbad7f87f5a9
d037e227-72ee-4395-8534-f348d21dff3b
4408ef8e-01ed-4eda-acf7-b13d99f35928
366e7511-7332-49fe-bcc0-23247f2fe76d
92f3e9a4-c7de-4ebd-a136-4d7dfb5150c0
34a4b61d-fc88-43da-b47e-cf8fbfb72860
6487643e-c8dd-4c74-ae93-b17e1531afbc
7b3fa680-2270-446d-83f7-fa16e24dd241
05d4002d-f0de-4756-a013-5cb170e3f673
1cb50a3e-0345-4dc5-863c-c9cb93be7b8d
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)
6f6284cc-12be-11f1-9863-4cf95d479851
6f62853a-12be-11f1-9863-4cf95d479851
6f62859e-12be-11f1-9863-4cf95d479851
6f6285f8-12be-11f1-9863-4cf95d479851
6f62865c-12be-11f1-9863-4cf95d479851
6f6286c0-12be-11f1-9863-4cf95d479851
6f628724-12be-11f1-9863-4cf95d479851
6f628788-12be-11f1-9863-4cf95d479851
6f6287ec-12be-11f1-9863-4cf95d479851
6f62885a-12be-11f1-9863-4cf95d479851
6f6288be-12be-11f1-9863-4cf95d479851
6f628922-12be-11f1-9863-4cf95d479851
6f628986-12be-11f1-9863-4cf95d479851
6f6289ea-12be-11f1-9863-4cf95d479851
6f628a4e-12be-11f1-9863-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)
a345b30e-af00-8903-87ea-5ce32bd83b97
a472b40e-af00-8903-87ea-5ce32bd83b97
d44eb50e-af00-8903-87ea-5ce32bd83b97
3f22b60e-af00-8903-87ea-5ce32bd83b97
20a6b70e-af00-8903-87ea-5ce32bd83b97
ff4eb80e-af00-8903-87ea-5ce32bd83b97
4b63b90e-af00-8903-87ea-5ce32bd83b97
3610ba0e-af00-8903-87ea-5ce32bd83b97
25d7bb0e-af00-8903-87ea-5ce32bd83b97
bd63bc0e-af00-8903-87ea-5ce32bd83b97
b455bd0e-af00-8903-87ea-5ce32bd83b97
dc1fbe0e-af00-8903-87ea-5ce32bd83b97
1323bf0e-af00-8903-87ea-5ce32bd83b97
858fc00e-af00-8903-87ea-5ce32bd83b97
3d5cc10e-af00-8903-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: