Skip to content

UUID Converter

UUID Converter - a browser-based developer tools utility.

Browser tool

About UUID Converter

The same identifier gets written several ways — hyphenated, bare hex, wrapped in braces, as a URN, Base64-encoded — and systems disagree about which they accept. This converts between the forms without you counting hyphens by hand. Free to use online with nothing to join. The conversion happens in this page, so no identifier is uploaded.

How to use it

  1. Paste the value in whatever form you haveThe input form is detected rather than selected.
  2. Read the alternativesEvery representation of the same identifier, side by side.
  3. Copy the form the other system wantsEvery representation has its own copy control. Editing hyphens out of a 36-character string by hand is how the wrong identifier reaches production.

Why so many forms exist

The canonical text form is 36 characters with hyphens. Microsoft tooling has long wrapped it in braces. The URN form prefixes urn:uuid: and is what appears in XML and RDF. Base64 and raw 16-byte forms exist because 36 characters is wasteful when you are storing millions of them. They are all the same 128 bits arranged differently.

What it does not do

  • Converting does not change the identifier or its version — it is the same value in different clothes.
  • Byte-order matters for the binary forms. A value round-tripped through a system that stores UUIDs with swapped byte groups will not match, and that is a property of the other system rather than of the conversion.

Questions people ask

Does converting change the UUID?
No. Every form encodes the same 128 bits, so converting and converting back returns exactly what you started with.
Why does my database show a different value?
Some systems store UUIDs in a byte order that differs from the text form, and some display the raw bytes rather than the canonical string. That is a storage convention on their side, not a different identifier.

Questions about ToolsVerse itself — privacy, cost, what happens to your files — are answered in the frequently asked questions.

The tools people most often need alongside UUID Converter.

Can’t find the tool you need?

Tell us what you’re looking for and we’ll consider adding it.

Request a tool →