Generador UUID · Guía

UUID v4 Explained

UUID v4 is the random variant, the most common in everyday use. Here is what its structure means.

Mostly random bits

A v4 UUID fills most of its 128 bits with random data, reserving a few bits to mark the version (4) and variant. That is why every v4 value looks different and collisions are negligible.

Format

It is written as 32 hexadecimal digits in five hyphen-separated groups (8-4-4-4-12). The third group starts with a 4, identifying the version.

Preguntas frecuentes

Puedo usarlo en trabajo de produccion?

Si, para inspeccion, formato y generacion rapida. Revisa siempre el resultado antes de llevarlo a codigo o configuracion de produccion.

¿Listo para probarlo?

Abre la herramienta gratuita Generador UUID en el navegador y aplica lo que acabas de leer: sin registro y procesando localmente.

Abrir la herramienta Generador UUID