UUID & MAC Utils by Daniel Marschall

View the source code

Overview

Generate random and/or time-based UUIDs

New: Generate Unix Epoch time-based (version 7) UUID ⭐

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.

Show format

Here are 15 UUIDs that were created just for you! (Reload the page to get more)

019cfee7-34e2-7263-9879-859ab0deb766
019cfee7-34e2-73f8-9359-9a9e685639c1
019cfee7-34e2-7538-b99a-00f006541994
019cfee7-34e2-765b-81a7-17583365b1d1
019cfee7-34e2-7775-993e-8895f405e8cb
019cfee7-34e2-7890-830a-a3b9a5477b0b
019cfee7-34e2-79af-af0a-58c18f51da4e
019cfee7-34e2-7ac5-8d2f-953d3585f361
019cfee7-34e2-7be0-9310-2e529d137a37
019cfee7-34e2-7d65-9bff-eb1695e610d6
019cfee7-34e2-7e21-b157-8ef4fc330d30
019cfee7-34e2-7f48-a9bb-af28ca972f92
019cfee7-34e3-7063-b6d5-9e01632626be
019cfee7-34e3-7182-b2eb-68c7f8030feb
019cfee7-34e3-7298-a8b8-6ac6d9adc5f0

New: Generate reordered Gregorian time-based (version 6) UUID ⏰

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.

Show format

Here are 15 UUIDs that were created just for you! (Reload the page to get more)

1f122773-b032-6d9e-82fb-4cf95d479851
1f122773-b032-6f2e-82fb-4cf95d479851
1f122773-b033-6014-82fb-4cf95d479851
1f122773-b033-60e6-82fb-4cf95d479851
1f122773-b033-61ae-82fb-4cf95d479851
1f122773-b033-6280-82fb-4cf95d479851
1f122773-b033-6352-82fb-4cf95d479851
1f122773-b033-641a-82fb-4cf95d479851
1f122773-b033-64e2-82fb-4cf95d479851
1f122773-b033-65aa-82fb-4cf95d479851
1f122773-b033-66ea-82fb-4cf95d479851
1f122773-b033-67b2-82fb-4cf95d479851
1f122773-b033-687a-82fb-4cf95d479851
1f122773-b033-6938-82fb-4cf95d479851
1f122773-b033-6a00-82fb-4cf95d479851

Generate random (version 4) UUID 🎲

A UUIDv4 is made of 122 random bits. No other information is encoded in this kind of UUID.

Show format

Here are 15 UUIDs that were created just for you! (Reload the page to get more)

c6cc4df2-ad24-4f9c-9bce-ae323ec3700a
e568db0f-e867-4b7f-8a39-c939387cb753
467f003b-1efe-45a7-82b5-01e10f51fb16
56b915b4-23b6-4eae-83ed-62aa8ca6f749
00ee9cf0-baab-4bb8-a584-eb8a53d45254
340dc803-7603-4b19-ad76-0646276114c1
832e5a61-518f-436e-8186-e089a447e472
d6bd3a77-4304-4b09-9d27-1e7c933ad56e
3bd7038e-5906-4bce-ab7c-c5636c0bcde7
a4ebbd67-0516-4eac-a2d3-161d598a33ef
05a1e490-a99c-4362-8baa-a3c11eb15f4a
3a22b05b-bb43-4f1f-8b93-dbf5fbd04af0
74514a63-7315-4347-b813-46af75848bc1
5d62c5a1-03ca-4ed5-ad9d-b8ecd8527cc3
3297c7bc-f354-41f7-aea6-a4d1f0b52758

Generate Gregorian time-based (version 1) UUID ⏰

A UUIDv1 is made of the MAC address of the generating computer, the time, and a clock sequence.

Show format

Here are 15 UUIDs that were created just for you! (Reload the page to get more)

3b033f1e-2277-11f1-82fb-4cf95d479851
3b033f82-2277-11f1-82fb-4cf95d479851
3b033fe6-2277-11f1-82fb-4cf95d479851
3b034040-2277-11f1-82fb-4cf95d479851
3b0340a4-2277-11f1-82fb-4cf95d479851
3b034108-2277-11f1-82fb-4cf95d479851
3b034162-2277-11f1-82fb-4cf95d479851
3b0341c6-2277-11f1-82fb-4cf95d479851
3b03422a-2277-11f1-82fb-4cf95d479851
3b034284-2277-11f1-82fb-4cf95d479851
3b0342e8-2277-11f1-82fb-4cf95d479851
3b034342-2277-11f1-82fb-4cf95d479851
3b03439c-2277-11f1-82fb-4cf95d479851
3b034400-2277-11f1-82fb-4cf95d479851
3b034464-2277-11f1-82fb-4cf95d479851

Generate SQL Server sortable time-based (version 8) UUID

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

Show format

Here are 15 UUIDs that were created just for you! (Reload the page to get more)

74b42c33-b900-8d04-87ea-5ce32bd83b97
b7fc2d33-b900-8d04-87ea-5ce32bd83b97
6e272e33-b900-8d04-87ea-5ce32bd83b97
672e2f33-b900-8d04-87ea-5ce32bd83b97
09503033-b900-8d04-87ea-5ce32bd83b97
eb783133-b900-8d04-87ea-5ce32bd83b97
43d43233-b900-8d04-87ea-5ce32bd83b97
77ef3333-b900-8d04-87ea-5ce32bd83b97
082c3433-b900-8d04-87ea-5ce32bd83b97
24a93533-b900-8d04-87ea-5ce32bd83b97
d3a03633-b900-8d04-87ea-5ce32bd83b97
beab3733-b900-8d04-87ea-5ce32bd83b97
b8453833-b900-8d04-87ea-5ce32bd83b97
95e83933-b900-8d04-87ea-5ce32bd83b97
b70c3a33-b900-8d04-87ea-5ce32bd83b97

Generate other UUID types

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.

NCS (variant 0) UUID

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.

Show format

Generate DCE Security (version 2) UUID

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.

Show format

= Address Family ID: (decimal notation)
(decimal notation)
Warning: The timestamp has an accuracy of 7:10 minutes, therefore the uniqueness of these UUIDs is not guaranteed!

Generate name-based (version 3 / 5 / New: 8) UUID

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.

Show format


= Namespace UUID:

Warning: These UUIDs do not contain a timestamp, therefore the uniqueness of these UUIDs is not guaranteed!

New: Generate Custom (version 8) UUID

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.

Show format

0x = Decimal
0x = Decimal
0x = Decimal
0x = Decimal
0x = Decimal
Warning: These UUIDs do not contain a timestamp, therefore the uniqueness of these UUIDs is not guaranteed!

Interpret a UUID

You can enter a UUID in the following notations:

The script will output:

Please enter a UUID or UUID OID:

Interpret a MAC address (MAC / EUI / ELI / SAI / AAI)

You can enter a UUID in the following notations:

The script will output:

Please enter a MAC (EUI, ELI, SAI, AAI), or IPv6-Link-Local address:

Generate an AAI

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: