GPS Coordinate Converter — Convert Between All Formats
Convert latitude and longitude between decimal degrees, DMS, DMM, UTM, MGRS, geohash, and Plus Codes. Reverse geocode to address. Paste any format — auto-detected. Free, worldwide, no sign-up.
Paste GPS coordinates in any format and instantly see them converted to Decimal Degrees (DD), Degrees Minutes Seconds (DMS), Degrees Decimal Minutes (DMM), UTM, MGRS, Geohash, and Plus Code. Also reverse geocodes to a full street address.
Decimal Degrees, DMS, DMM, UTM (Universal Transverse Mercator), MGRS (Military Grid Reference System), Geohash, and Plus Code (Open Location Code). Plus reverse geocoding to a human-readable address via Nominatim.
Coordinates are converted with 6 decimal places (~11 cm). UTM easting and northing are rounded to 1 meter. The conversion math uses the WGS84 ellipsoid, the same datum as GPS and Google Maps.
Works for any location on Earth. UTM covers latitudes 80°S to 84°N. MGRS covers the same range. All other formats work globally with no restrictions.
How to convert GPS coordinates
Understanding coordinate formats
Every point on Earth can be described with latitude (north-south) and longitude (east-west). But different professions and systems represent these numbers in different ways. A surveyor uses UTM in meters, a pilot reads DMM from a flight plan, a soldier reports MGRS over radio, and a web developer stores decimal degrees in a database. All seven formats encode the same physical location — they just serve different workflows.
| Format | Example | Precision | Used by |
|---|---|---|---|
| Decimal Degrees (DD) | 48.858400, 2.294500 | 6 | Google Maps, GPS, web APIs, GIS software |
| DMS | 48°51'30.2"N, 2°17'40.2"E | seconds to 1dp | Paper maps, nautical charts, surveying, handheld GPS |
| DMM | 48°51.5040'N, 2°17.6700'E | minutes to 4dp | Aviation, maritime navigation, flight plans |
| UTM | 31U 448251 5411932 | 1 m | Military topographic maps, large-scale GIS, land surveying |
| MGRS | 31UDQ4825111932 | 1 m | NATO operations, emergency services, SAR teams |
| Geohash | u09tunqu7 | ~5 m (9 chars) | Database indexing, URLs, spatial queries, caching |
| Plus Code | 8FW4V75V+8QX | ~3 m (11 chars) | Addressing in areas without street names, Google Maps |
Conversion reference: 10 famous landmarks
Pre-computed conversions for well-known locations. Use these to verify your own conversions or as quick-copy references.
| Location | Decimal Degrees | DMS | UTM |
|---|---|---|---|
| Eiffel Tower, Paris | 48.858400, 2.294500 | 48°51'30.2"N, 2°17'40.2"E | 31U 448251 5411932 |
| Statue of Liberty, NYC | 40.689200, -74.044500 | 40°41'21.1"N, 74°2'40.2"W | 18T 580736 4507523 |
| Big Ben, London | 51.500700, -0.124600 | 51°30'2.5"N, 0°7'28.6"W | 30U 699321 5710156 |
| Sydney Opera House | -33.856800, 151.215300 | 33°51'24.5"S, 151°12'55.1"E | 56H 334873 6252088 |
| Tokyo Tower | 35.658600, 139.745400 | 35°39'31.0"N, 139°44'43.4"E | 54S 392255 3946217 |
| Christ the Redeemer, Rio | -22.951900, -43.210500 | 22°57'6.8"S, 43°12'37.8"W | 23K 683456 7460687 |
| Colosseum, Rome | 41.890200, 12.492200 | 41°53'24.7"N, 12°29'31.9"E | 33T 291790 4640838 |
| Machu Picchu, Peru | -13.163100, -72.545000 | 13°9'47.2"S, 72°32'42.0"W | 18L 766800 8543841 |
| Great Wall, Badaling | 40.431900, 116.570400 | 40°25'54.8"N, 116°34'13.4"E | 50T 294485 4480192 |
| Golden Gate Bridge, SF | 37.819900, -122.478500 | 37°49'11.6"N, 122°28'42.6"W | 10S 545889 4185985 |
What people use this tool for
Surveyors and GIS professionals
Surveyors work in UTM because meter-based coordinates make distance and area calculations straightforward. When a client sends decimal degrees from Google Maps, this converter bridges the gap instantly. GIS analysts switching between coordinate reference systems can verify conversions against the authoritative WGS84 math here.
Hikers and geocachers
Handheld GPS devices from Garmin and Magellan typically display DMS or DMM. Geocaching.com publishes coordinates in DMM format. When you find coordinates on a web map in decimal degrees, this tool converts them to the format your GPS expects. Just paste, convert, and copy.
Military and emergency services
NATO uses MGRS for all ground operations because it encodes a precise location in a short, unambiguous alphanumeric string that works well over radio. Search and rescue teams, fire services, and disaster response organizations increasingly adopt MGRS for the same reason. This converter generates a full MGRS grid reference from any input.
Developers and data engineers
APIs return coordinates in different formats: Google uses decimal, some government datasets use DMS, spatial databases use geohash for indexing. Converting between them is a common development task. This tool validates your implementation, and you can use the address-to-coordinates tool for batch geocoding when building datasets.
Aviation and maritime navigation
The International Civil Aviation Organization (ICAO) and the International Maritime Organization (IMO) standardize on DMM format for flight plans and ship logs. Converting between decimal (used in electronic flight bags) and DMM (used in official documents) is a daily task for pilots and navigators.
Real estate and logistics
Property descriptions sometimes include coordinates in DMS from old survey records. Logistics platforms need decimal degrees for routing APIs. Converting is routine. If you also need to measure distances between properties, use the distance calculator.
How coordinate conversion works
All seven formats encode the same underlying position on the WGS84 ellipsoid. The conversion math varies by format:
DD, DMS, DMM conversions
These are simple arithmetic. Decimal degrees are the base representation. To convert to DMS: extract the integer degree, multiply the fractional part by 60 to get minutes, multiply the fractional minutes by 60 to get seconds. DMM stops at the decimal minutes step. The hemisphere letter (N/S for latitude, E/W for longitude) replaces the sign.
UTM projection
UTM uses a Transverse Mercator projection applied to 60 zones, each 6° wide. The math involves the WGS84 ellipsoid parameters (semi-major axis a = 6,378,137 m, flattening f = 1/298.257223563), the eccentricity derived from these, and a series expansion to compute easting and northing in meters. A scale factor of 0.9996 is applied at the central meridian of each zone. Easting has a false origin of 500,000 m; in the southern hemisphere, northing has a false origin of 10,000,000 m.
MGRS derivation
MGRS is built on top of UTM. It takes the UTM zone number and adds a latitude band letter (C through X, skipping I and O). Then it adds a 100 km square identification (two letters derived from lookup tables that cycle every 6 zones). Finally, the easting and northing within that 100 km square are appended as numeric digits.
Geohash encoding
Geohash interleaves the binary representations of latitude and longitude, then encodes groups of 5 bits using a base32 alphabet (0-9, b-z excluding a, i, l, o). Each additional character narrows the bounding box. A 9-character geohash gives approximately 5 m precision.
Plus Code (Open Location Code)
Plus Code normalizes latitude to [0, 180] and longitude to [0, 360], then encodes pairs of digits using a base20 alphabet (23456789CFGHJMPQRVWX). The first 10 characters encode pairs; a “+” separator is inserted after the 8th character. Additional characters use a 4×5 grid refinement for finer precision.
How this tool compares
Most online converters only handle 2–4 formats and lack MGRS, Plus Code, and reverse geocoding. Here is how SimpleMapLab compares:
| Tool | Free | Formats | UTM | MGRS | Plus Code | Reverse Geocode | Map | Sign-up |
|---|---|---|---|---|---|---|---|---|
| SimpleMapLab (this tool) | Yes | 7 + address | Yes | Yes | Yes | Yes | Yes | No |
| CoordinateConverter.com | Yes | 4 | Yes | No | No | No | No | No |
| LatLong.net | Yes | 2 | No | No | No | Yes | Yes | No |
Glossary
- Decimal degrees (DD)
- Coordinates as a single decimal number per axis: 48.8584, 2.2945. The standard for digital mapping, web APIs, and GIS software.
- Degrees Minutes Seconds (DMS)
- The traditional sexagesimal format: 48°51'30.2"N, 2°17'40.2"E. Each degree has 60 minutes; each minute has 60 seconds.
- Degrees Decimal Minutes (DMM)
- A hybrid format: 48°51.5040'N. Degrees are integers, minutes are decimal. Standard in aviation and maritime.
- UTM (Universal Transverse Mercator)
- A projected coordinate system that divides Earth into 60 zones, each 6° wide. Coordinates are in meters as easting (distance from the zone’s central meridian) and northing (distance from the equator).
- MGRS (Military Grid Reference System)
- A geocoordinate standard derived from UTM. Adds a zone letter and 100 km square ID to UTM coordinates. Used by NATO and US military.
- Geohash
- A short alphanumeric string that encodes a lat/lng with hierarchical precision. Adjacent locations share common prefixes, enabling efficient spatial indexing.
- Plus Code (Open Location Code)
- A location code developed by Google. Uses a base20 alphabet to encode coordinates into a short string like 8FW4V75V+8Q. Useful for addressing in areas without street names.
- WGS84
- World Geodetic System 1984 — the global standard datum for GPS, modern mapping, and most digital geographic data. All conversions in this tool use WGS84.
- Ellipsoid
- A mathematical model of Earth’s shape. WGS84 defines Earth as an ellipsoid with semi-major axis 6,378,137 m and flattening 1/298.257223563.
- Datum
- A reference frame that defines the size and shape of Earth and the origin and orientation of the coordinate system. Different datums (WGS84, NAD83, ED50) place the same lat/lng at slightly different physical locations.
- Easting
- In UTM, the distance in meters east of a zone’s false origin (500,000 m west of the central meridian). Values range from ~160,000 to ~834,000.
- Northing
- In UTM, the distance in meters north of the equator (or 10,000,000 m south of the equator in the southern hemisphere). Values range from 0 to ~9,328,000.
Related tools and resources
If you need to plot coordinates on a map without converting them, the latitude-longitude map tool lets you drop pins and share the result. To find coordinates for a place name rather than convert existing ones, use the latitude and longitude finder.
For batch geocoding — converting a list of addresses to coordinates — the address-to-coordinates tool processes multiple addresses at once. For dedicated UTM work, the UTM to Lat/Long Converter handles bidirectional UTM conversions with zone/easting/northing inputs.
Need to measure the distance between two sets of coordinates? The distance between two places calculator computes great-circle distance using the Haversine formula. And if you want to check the elevation at your converted coordinates, try the elevation finder.
Data sources & methodology
Map tiles: OpenFreeMap (OpenStreetMap data, free, no API key).
Reverse geocoding: Nominatim (OpenStreetMap, free, global coverage).
Coordinate math:WGS84 ellipsoid (a = 6,378,137 m, f = 1/298.257223563). UTM uses standard Transverse Mercator formulas. MGRS derived from UTM with NATO lookup tables. Geohash uses base32 encoding per Gustavo Niemeyer's original algorithm. Plus Code follows Google's Open Location Code specification.
Privacy: All conversions run in your browser. No coordinates are sent to our servers. Reverse geocoding requests go directly to Nominatim.