πŸ—ΊοΈ Geography Β· GeoTools

How to Convert GPS Coordinates Between Formats (Decimal, DMS, UTM)

GPS coordinates seem simple enough β€” a location on Earth expressed as a number. But in practice, GPS data comes in several different formats, and the same location can look completely different depending on which format you're working with. If you paste coordinates from one system into a tool expecting a different format, you'll end up in the wrong place entirely.

This guide explains the four most common coordinate formats, when you'll encounter each one, and how to convert between them using GeoTools Coordinate Converter.

The four main GPS coordinate formats

Decimal Degrees (DD)
-33.8688, 151.2093
The most common format for digital maps. Used by Google Maps, OpenStreetMap, and most APIs. Negative values represent South (latitude) and West (longitude).
Degrees, Minutes, Seconds (DMS)
33Β°52'7.68"S 151Β°12'33.48"E
Traditional format used in surveying, nautical charts, and older GPS devices. More human-readable but harder to use in calculations.
UTM (Universal Transverse Mercator)
56H 334396 6252216
A grid-based system widely used in topographic mapping, military, and field work. Particularly useful for measuring distances on a flat map.
MGRS (Military Grid Reference System)
56HLH3439652216
An extension of UTM used by NATO militaries and common in defence and search-and-rescue operations. Compact and unambiguous.

When does format matter?

Format matters whenever you're moving coordinates between different systems that don't share the same input format. Some common scenarios where format mismatches cause problems:

Common mistake: Switching latitude and longitude. Most systems expect latitude first (north-south), then longitude (east-west). Getting these reversed will plot your point in completely the wrong location.

How to convert coordinates with GeoTools

1

Open the Coordinate Converter

Go to geotools.edgeworksapps.com/coordinate-converter.html. The conversion happens in your browser.

2

Select your input format

Choose the format your coordinates are currently in: Decimal Degrees, DMS, UTM, or MGRS. The input fields will change to match the expected format.

3

Enter your coordinates

Type or paste in your coordinates. The tool validates the format as you type so you can see immediately if something is wrong with your input.

4

Read all output formats at once

The converter shows your location in all four formats simultaneously. Copy whichever output format you need for your destination system.

Need to convert many coordinates at once?

If you have a whole dataset of coordinates to convert β€” for example, a CSV file with hundreds of locations from a field survey β€” GeoTools also has a Batch Coordinate Converter. You can paste in a list of coordinates, choose the input and output formats, and download the converted results.

The batch converter is particularly useful for data migration tasks β€” moving data between mapping systems, cleaning up location data for import into a database, or standardising coordinate formats across a large dataset.

Other GeoTools you might find useful

GeoTools includes 6 other geographic tools alongside the coordinate converter:

Convert your coordinates now

Instant, private β€” supports Decimal Degrees, DMS, UTM, and MGRS.

Open Coordinate Converter β†’