Online UUID generator

2c2093ea-8902-4e87-8669-082d8bb60966

UUID list generation

What is UUID?

This is an identification standard that is used on websites, mobile applications and other software. UUID can be used in distributed computing environments without a single coordination center. The uuid generation algorithm guarantees that this identifier will not be generated again for another record.

Standards and documentation

It was originally documented in ISO/IEC 11578:1996. Later, the standard was revised and included in ITU-T Rec. X.667 and ISO/IEC 9834-8:2008. These documents extend the original standard and describe the options for use and technical implementation. And in 2005, RFC 4122 was already published, which describes the use of UUID on the Internet.

Generation format

This is a 16-byte (128-bit) number represented as a number in hexadecimal. The pattern of the uuid itself consists of 5 groups separated by hyphens `8-4-4-4-12` representation of which takes 36 characters `xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx`. In it, 4 bits `M` mean the version of the identifier. 1-3 most significant bits N denote the UUID variant.