January 20, 2026

Coordinate Conversion: Why the Same Place Has Different Numbers

The Eiffel Tower can be expressed as 48.8584, 2.2945 or 48°51'30″N 2°17'40″E or 31U 448251 5411943. They're the same point — so why so many formats?

It's one of the first things that confuses anyone new to GPS and mapping: the same physical location can be expressed in completely different ways depending on which system you're using. A hikers's topo map, a pilot's chart, a military operations order, and a Google Maps URL might all describe the same point — using four entirely different coordinate formats.

All Formats Encode the Same Thing

At their core, all geographic coordinate systems are answering the same question: "Where on Earth is this point?" They differ in how they answer it:

  • Decimal Degrees — pure decimal numbers, easy for computers
  • DMS — degrees, minutes, seconds; traditional and human-readable
  • DDM — degrees and decimal minutes; designed for aviation and marine
  • UTM — metric grid zones; ideal for measuring distances on maps
  • MGRS — military grid built on UTM; compact and standardised
  • Geohash — base32 encoding; optimised for database proximity queries
  • Plus Codes — short alphanumeric codes; designed for address-free areas

Why So Many Formats Exist

Coordinate formats evolved in parallel across different professional communities, each optimising for a specific use case. Sailors needed something that mapped to nautical miles (DDM). Surveyors needed metric precision on flat grids (UTM). Soldiers needed compact codes they could read over radio in noisy conditions (MGRS). Software developers needed something machines can sort and index efficiently (Geohash).

There was no single standards body governing all of them, so the formats proliferated. Now we're left with a landscape where a forestry professional might receive MGRS coordinates from emergency services, need to plot them on a UTM topo map, and share the location via Google Maps in Decimal Degrees.

The Practical Solution

The fastest way to move between formats is to use our coordinate converter — paste any format and get all seven simultaneously. For those who need to understand the underlying math, our conversion guides cover each pair in detail: DMS to DD, UTM to DD, MGRS to DD, and more.