Coordinately

Coordinate Formats Explained

Six common coordinate formats compared — decimal degrees, DMS, DDM, UTM, MGRS, Plus Codes — with the Empire State Building in each and ISO 6709 ordering rules.

By . Published . Last updated .

A geographic coordinate can be written eight common ways: decimal degrees (DD), degrees-minutes-seconds (DMS), degrees-decimal-minutes (DDM), UTM, MGRS, Plus Codes, geohash, and Maidenhead. All eight describe the same point on the WGS-84 ellipsoid; the format is a domain choice, not an information choice.

A coordinate format is just a way of writing the same two angles. The Empire State Building's position on the WGS-84 ellipsoid can be written as 40.7484, -73.9857, as 40°44′54.24″N 73°59′08.52″W, as 40°44.904′N 73°59.142′W, as 18T 585628 mE 4511322 mN, as 18TWL 85628 11322, or as 87G8P2X7+9Psix distinct rows for one identical point. This article defines each, runs the Empire State Building through all of them, gives a master comparison table, and addresses the misconceptions that conflate precision with accuracy or format with datum.

Why multiple formats exist

There is no single “right” coordinate format. Decimal degrees are the mathematically simplest representation but harder to read aloud. DMS preserves the base-60 arithmetic that astronomers and surveyors have used since Babylon. DDM compromises the two for the navigator who wants to read “minutes” off a sextant. UTM and MGRS were designed for ground operations in metres rather than degrees; Plus Codes were designed by Google for places without street addresses.

FamilyEncodingNative precision unitDesigned for
Angular (DD, DMS, DDM)Decimal or sexagesimalDecimal places, arcseconds, decimal arcminutesGeometric / arithmetic work
Projected grid (UTM, MGRS)Metric grid on transverse Mercator1 m (or sub-metre)Surface operations, military
Alphanumeric code (Plus Codes, geohash, Maidenhead)Recursive grid subdivision encoded as letters/digitsCell size at the chosen lengthAddressing, sharing, communication

The international standard for the angular representations is ISO 6709:2022, which allows DD, DMS, and DDM as equivalent with latitude first. UTM and MGRS are governed by NGA TM 8358.1 and the underlying transverse-Mercator math is in USGS Professional Paper 1395. Plus Codes have their own open specification published by Google; geohash and Maidenhead are public-domain conventions outside ISO.

Decimal degrees (DD)

Decimal degrees express each coordinate as a single signed decimal number, latitude first per ISO 6709. The Empire State Building is 40.7484, -73.9857 — or 40.7484°N, 73.9857°W if hemisphere letters are used instead of signs.

Decimal placesWorst-case resolution (equator)Real-world scale
1~11.1 kmA small city
2~1.11 kmA neighbourhood
3~111 mA city block
4~11.1 mA small building
5~1.11 mA car
6~11 cmA doorway
7~1.1 cmA hand width — beyond civilian GPS

Civilian GPS resolves about 4.9 m (95%) under open sky per GPS.gov, which makes the fifth decimal place the practical floor on smartphone-derived DD. Sixth-decimal precision is honest only for differential or RTK GPS, surveyed control points or cadastral data. Longitude resolution at the same decimal count shrinks with latitude — six decimals at the equator is 11 cm, but at 60° latitude it is 5.5 cm because 1° of longitude is only 55.8 km there.

Degrees, minutes, seconds (DMS)

Degrees-minutes-seconds inherits Babylon's base-60 arithmetic — the same convention that gives the world 60 minutes in an hour and 60 seconds in a minute. ISO 6709 allows DMS as one of the three canonical angular representations. The Empire State Building in DMS is 40° 44′ 54.24″ N, 73° 59′ 08.52″ W.

The conversion from DD to DMS is mechanical: the degrees are the integer part, the fractional part times 60 gives total arcminutes, the integer part of that is the minutes, and the remaining fractional part times 60 gives the arcseconds.

DD → DMS stepEmpire State latitude (40.7484)
Degrees = integer part40°
Fractional × 600.7484 × 60 = 44.904 arcmin
Minutes = integer of arcmin44′
Fractional × 60 = arcseconds0.904 × 60 = 54.24″
Result40° 44′ 54.24″ N
DMS precisionResolution at equator
Whole arcseconds (40°44'54")~30.92 m
0.1 arcseconds~3.1 m
0.01 arcseconds~31 cm
0.001 arcseconds~3.1 cm

DMS is the convention on paper topographic maps (USGS quadrangles, Ordnance Survey Explorer maps, IGN maps in France), in surveying field notes, and in older navigation publications. A typographic note: the arcminute mark is a prime (Unicode ′); the arcsecond mark is a double prime (Unicode ″). ASCII apostrophe and quote are universal fallbacks; curly typographic quotes (“ ”) are incorrect, though autocorrect often introduces them.

Degrees, decimal minutes (DDM)

DDM splits the difference between DD and DMS. The degrees are an integer; the arcminutes carry the decimal. The Empire State Building in DDM is 40° 44.904′ N, 73° 59.142′ W.

DD → DDM stepEmpire State latitude (40.7484)
Degrees = integer part40°
Fractional × 60 = decimal arcmin0.7484 × 60 = 44.904′
Result40° 44.904′ N
DDM precisionResolution at equator
Whole arcminutes (40°44')~1,852 m (one nautical mile)
0.1 arcminutes~185 m
0.01 arcminutes~18.5 m
0.001 arcminutes~1.85 m
0.0001 arcminutes~18.5 cm

DDM is the marine and aviation choice. The reason is the historical identity 1 arcminute of latitude = 1 nautical mile — reading “44.904 minutes” off a sextant tells a navigator how far north of the previous reference line they are, in nautical miles, with no further arithmetic. Garmin GPSMAP marine receivers, ICAO-compliant flight planning systems and the AIS maritime tracking infrastructure all default to DDM.

Universal Transverse Mercator (UTM)

UTM is a projected grid system, not a geographic coordinate — it divides Earth's surface into 60 longitudinal zones, each 6° wide, and projects each zone separately onto a plane using the transverse Mercator projection per Snyder 1987. Within a zone, positions are given as easting and northing in metres from a synthetic origin.

UTM zones across the world (simplified, no zone exceptions)A rectangular projection of the world divided into sixty vertical strips of equal width. Each strip is six degrees of longitude wide and is labelled with its zone number. Alternate strips are shaded to make the divisions visible.151015202530354045505560180°W120°W60°W60°E120°E180°E60 zones × 6° = 360° of longitude
UTM divides the world into 60 zones, each 6° of longitude wide.Source: USGS, “The Universal Transverse Mercator System”.

The Empire State Building in UTM is 18T 585628 mE 4511322 mN.

ComponentEmpire State valueMeaning
Zone number18Longitudes 78° W to 72° W (zones 1-60 cover the world)
Latitude bandT40° N to 48° N (bands C-X, skipping I and O)
Easting585,628 mDistance from synthetic origin; central meridian = 500,000
Northing4,511,322 mDistance from the equator (northern hemisphere)
UTM propertyValueSource
Zone width6° longitude (with a few exceptions)NGA TM 8358.1
Central-meridian scale factor0.9996NGA TM 8358.1
False easting500,000 mNGA TM 8358.1
False northing (S. hemisphere)10,000,000 mNGA TM 8358.1
Polar limits80° S to 84° NAbove this, UPS replaces UTM
Maximum distortion within a zone~1 part in 2,500Snyder 1987, §8

The 0.9996 central-meridian scale factor compresses the central meridian by 0.04% so that the maximum distortion at the zone edges (where distortion peaks) is roughly equal in magnitude to the central-meridian compression — an old surveyor's trick that keeps the total error budget within a zone close to 1 part in 2,500. Zones 31V, 32V, 31X, 33X, 35X and 37X are the published exceptions, widened or shifted to keep southern Norway and Svalbard in single zones.

Military Grid Reference System (MGRS)

MGRS is UTM with a more compact, voice-friendly notation. Where UTM spells out the easting and northing in metres, MGRS prefixes a two-letter identifier for the 100-km grid square within a zone, then truncates the easting and northing to within that square.

The Empire State Building in MGRS is 18T WL 85628 11322.

ComponentEmpire State valueMeaning
Zone + band18TSame as UTM
100-km grid lettersWLThe 100-km square within zone 18T
Easting (within square)85628metres east within the WL square
Northing (within square)11322metres north within the WL square
Digit countEmpire State writtenResolution
018T WL100 km
218T WL 8 110 km
418T WL 85 111 km
618T WL 856 113100 m
818T WL 8562 113210 m
1018T WL 85628 113221 m

The military designed MGRS for grid-reference communication over a radio: 18T WL 8562 1132 is shorter to speak than 18T 585628 4511322, and the digit count tells the listener the precision immediately. MGRS is the operational default for US and NATO forces, US Search and Rescue, and many other ground-operations systems. Polar regions use a separate UPS extension, out of scope for this article.

Plus Codes (Open Location Code)

Plus Codes are Google's open-source compact location encoding, designed to address places that lack street addresses — rural areas, informal settlements, fields, beaches. The full open specification is published with reference implementations in 10+ languages.

The Empire State Building in Plus Codes is 87G8P2X7+9P.

PropertyValueSource
Alphabet23456789CFGHJMPQRVWX (20 chars)Open Location Code spec
Excluded characters0, 1, I, L, O (visual ambiguity)Open Location Code spec
EncodingRecursive 20×20 grid (then 4×5 for refinements)Open Location Code spec
8-char code area~14 m × 14 m (latitude-dependent)Open Location Code spec
10-char (after +)~2.8 m × 3.5 mOpen Location Code spec
11-char (after +)~0.6 m × 0.7 mOpen Location Code spec

Plus Codes have three useful properties for sharing. They are locally compact — nearby places share a prefix, so 87G8P2X7+9P and 87G8P2X7+9Q are adjacent. They support a short-code form — the full 11-character global code can be abbreviated to P2X7+9P, New York when a reference city is named, dropping the high-order region characters. And the open specification means any software can encode or decode without licensing fees.

Side-by-side comparison

FormatEmpire State BuildingNatural precisionPrimary domain
Decimal degrees (DD)40.748400, -73.985700~11 cm (6 dec.)Modern software, databases, APIs
DMS40°44'54.24"N, 73°59'08.52"W~31 cm (0.01″)Surveying, paper maps
DDM40°44.904'N, 73°59.142'W~1.85 m (3 dec.)Marine, aviation
UTM18T 585628 mE 4511322 mN1 mTopographic mapping, GIS
MGRS18T WL 85628 113221 mMilitary, search-and-rescue
Plus Code87G8P2X7+9P~2.8 m (10-char)Address-poor regions, Google Maps

All six rows describe the same physical point on WGS-84. The DMS ↔ decimal converter handles the three angular notations, /tools/utm-converter handles UTM, /tools/mgrs-converter handles MGRS, and /tools/plus-codes handles Plus Codes.

Briefly: geohash and Maidenhead

Two more alphanumeric formats appear often enough to mention. They are specialist tools rather than general-purpose coordinates, but they share the “short string encodes a location” property with Plus Codes.

FormatEmpire State BuildingAlphabetNative size at 8 charUsed by
Geohashdr5ru6cs32-char (base-32)~38 m × 19 m at equatorSpatial indexing, Redis GEO, OpenSearch
MaidenheadFN30ASLetter-digit alternation~9.3 km × 4.6 km at 6-charAmateur radio, contesting

Geohash interleaves latitude and longitude bits before encoding into base-32 — this means nearby places usually share a prefix, but the mapping is irregular near the antimeridian and the equator. Maidenhead divides the world into 18° × 9° “fields,” then 1° × 2° squares, then finer subdivisions; amateur radio operators use it to report rough station location. The /reference/coordinate-format-cheatsheet covers both in full detail.

Common misconceptions

Related pillars

The other seven pillar concepts on Coordinately:

Frequently asked questions

Which format should I use?

Decimal degrees with six decimal places is the broadest-compatibility choice — every modern software stack supports it directly, six decimals give ~11 cm precision at the equator (the accuracy limit of most consumer GPS), and the format is short enough for human reading. Use DMS for surveying records or paper topographic maps; DDM for marine or aviation work; UTM or MGRS for topographic and grid-reference contexts; Plus Codes for Google's ecosystem or for address-poor regions. All six describe the same point; the choice is conventional.

Why are there hemisphere letters AND signs?

Both are valid conventions, historically used by different domains. Hemisphere letters (N, S, E, W) appeared on paper charts and in pre-electronic navigation; they read aloud unambiguously over radio. Signed numbers appeared with computer programming; they sort and compute naturally. Modern software typically uses signed numbers; paper-derived data and many human-facing displays use hemisphere letters. Converting between them is arithmetic: -73.9857 and 73.9857°W name the same longitude.

How many decimal places do I need?

For human-visible mapping (a building, a doorway, a fence post), six decimal places of decimal degrees — ~11 cm at the equator — is plenty. For continental-scale work, three decimals (~111 m) is enough. Going beyond six decimal places usually exceeds the accuracy of the underlying measurement: a smartphone GPS is accurate to about 4.9 m under open sky, so a 7-decimal coordinate captures false precision rather than real position.

Can a UTM coordinate be negative?

No. UTM eastings range from about 167,000 to 833,000 within each zone, with the zone's central meridian assigned the "false easting" of 500,000. Northings range from 0 to ~9,300,000 in the northern hemisphere; for the southern hemisphere a "false northing" of 10,000,000 is added so the value stays positive everywhere. By construction, no UTM coordinate is negative.

Why does the same coordinate have different values in different datums?

A coordinate is the angle from a reference plane, and each datum defines the reference ellipsoid (and therefore the reference plane) somewhat differently. The same physical point has slightly different latitude and longitude when expressed against NAD27, WGS84, or OSGB36. Differences range from a few metres between modern datums to several hundred metres in older or regionally-specific datums. Modern coordinates are WGS84 unless explicitly otherwise.

What's the practical difference between UTM and MGRS?

UTM gives the full easting and northing in metres (typically 6-7 digits each). MGRS replaces the most-significant digits with a 100-km square letter pair, leaving up to 5 digits each for the position within the square. MGRS's compact form is preferred for radio communication (it's shorter to speak); UTM's expanded form is preferred for arithmetic distance computation within a zone. Both use the same underlying transverse Mercator projection and the same zone numbering; the difference is purely notation.

What is the most common coordinate format?

Decimal degrees (DD) is by far the most common format on the open web. Every modern mapping API, every spatial database (PostGIS, MongoDB Geo), every GeoJSON file, and every published OGC standard treats DD as canonical input and output. Six decimal places gives ~11 cm of precision at the equator — beyond civilian GPS resolution. Older or specialised contexts (paper charts, surveying, military) use DMS, DDM, UTM or MGRS, all of which convert losslessly to and from DD.

How do I convert latitude and longitude between formats?

Convert decimal degrees (DD) to degrees-minutes-seconds (DMS) by: degrees = integer part; multiply the fractional part by 60 to get arcminutes; the integer of that is minutes; multiply the remaining fractional by 60 again to get arcseconds. Example: 40.7484° = 40° + 0.7484 × 60 = 40° 44.904' = 40° 44' 54.24". The /tools/dms-to-decimal converter on Coordinately does this round-trip in any direction.

What is a Plus Code?

A Plus Code (Open Location Code) is a short alphanumeric encoding of a geographic area, designed by Google. The 10-character code (e.g. "87G8P2X7+9P" for the Empire State Building) plus a 1-character refinement names a ~2.8 m × 3.5 m cell anywhere on Earth. Plus Codes use a 20-character alphabet that avoids visually ambiguous characters (0, 1, I, L, O). They're especially useful in regions with no street addresses.

Sources

  1. ISOISO 6709:2022 — Standard representation of geographic point location · https://www.iso.org/standard/75147.html · Accessed .
  2. USGSSnyder J.P. (1987) "Map Projections — A Working Manual," USGS Prof. Paper 1395 — transverse Mercator equations · https://pubs.usgs.gov/pp/1395/report.pdf · Accessed .
  3. NGA TM 8358.1The Universal Grids and the Transverse Mercator and Polar Stereographic Projections — UTM/MGRS spec · https://earth-info.nga.mil/ · Accessed .
  4. GoogleOpen Location Code specification (Plus Codes) · https://github.com/google/open-location-code/blob/main/docs/specification.md · Accessed .
  5. NOAA NGSNCAT — National Coordinate Conversion and Transformation Tool (authoritative DD/DMS/UTM round-trips) · https://www.ngs.noaa.gov/NCAT/ · Accessed .
  6. IARUMaidenhead Locator System — amateur-radio grid square encoding · https://www.arrl.org/locator-information · Accessed .
  7. GPS.govSPS Performance Standard 5th ed. (2020) — civilian GPS accuracy 4.9 m (95%) sets the meaningful-precision floor in DD · https://www.gps.gov/systems/gps/performance/accuracy/ · Accessed .
  8. BIPMSI Brochure, 9th ed. (2019) §4.1 — nautical mile = 1,852 m underpinning the DDM convention · https://www.bipm.org/en/publications/si-brochure · Accessed .
  9. OGCOpen Geospatial Consortium — GeoJSON/WKT [longitude, latitude] ordering convention · https://www.ogc.org/ · Accessed .

Cite this article

APA format:

Steve K. (2026). Coordinate Formats Explained. Coordinately. https://coordinately.org/learn/coordinate-formats-explained

BibTeX:

@misc{coordinately_coordinateformatsexplained_2026,
  author = {K., Steve},
  title  = {Coordinate Formats Explained},
  year   = {2026},
  publisher = {Coordinately},
  url    = {https://coordinately.org/learn/coordinate-formats-explained},
  note   = {Accessed: 2026-06-05}
}