GUID generator

Install app Share web page

GUID Generator is a text utility that creates globally unique identifiers.

What is GUID?

GUID (Globally Unique Identifier) ​​is a globally unique identifier. It is used for a variety of purposes, including software development, database keys, and transaction IDs. Typically, a GUID is a unique identifier that is 128 bits (16 bytes) in size and usually consists of 32 hexadecimal characters and 4 hyphens (-).

common format: xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx

x: hexadecimal(0-9, a-f)

M: version number (1~5)

N: A value with a specific bit pattern

GUID How to use the generator

수량: Enter the number of GUIDs to generate.

capital letter: You can choose whether to convert GUIDs to uppercase.

Includes hyphens: You can choose whether to include hyphens (-).

Create: Generates a GUID based on the options selected.

Copy: Copy the generated GUID to the clipboard.