simplemaplab

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.

What it does
Converts between all coordinate formats

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.

Formats
7 coordinate formats + 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.

Accuracy
Sub-meter precision

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.

Coverage
Worldwide

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.

Examples:
Loading map...

Paste GPS coordinates in any format, click the map, or use your device location. All formats will appear here instantly.

How to convert GPS coordinates

1
Paste coordinates in any format
Type or paste your coordinates into the input box. The tool auto-detects the format: decimal degrees, DMS, DMM, hemisphere letters, or even a Google Maps URL. You can also click the map or use the "My Location" button.
2
View all coordinate formats at once
The results panel instantly shows your location in seven formats: Decimal Degrees, DMS, DMM, UTM, MGRS, Geohash, and Plus Code, plus the reverse geocoded address. Each card explains when that format is used.
3
Copy the format you need
Click the "Copy" button on any format card to copy it to your clipboard. The quick reference row also shows latitude, longitude, and hemisphere at a glance.

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.

FormatExamplePrecisionUsed by
Decimal Degrees (DD)48.858400, 2.2945006Google Maps, GPS, web APIs, GIS software
DMS48°51'30.2"N, 2°17'40.2"Eseconds to 1dpPaper maps, nautical charts, surveying, handheld GPS
DMM48°51.5040'N, 2°17.6700'Eminutes to 4dpAviation, maritime navigation, flight plans
UTM31U 448251 54119321 mMilitary topographic maps, large-scale GIS, land surveying
MGRS31UDQ48251119321 mNATO operations, emergency services, SAR teams
Geohashu09tunqu7~5 m (9 chars)Database indexing, URLs, spatial queries, caching
Plus Code8FW4V75V+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.

LocationDecimal DegreesDMSUTM
Eiffel Tower, Paris48.858400, 2.29450048°51'30.2"N, 2°17'40.2"E31U 448251 5411932
Statue of Liberty, NYC40.689200, -74.04450040°41'21.1"N, 74°2'40.2"W18T 580736 4507523
Big Ben, London51.500700, -0.12460051°30'2.5"N, 0°7'28.6"W30U 699321 5710156
Sydney Opera House-33.856800, 151.21530033°51'24.5"S, 151°12'55.1"E56H 334873 6252088
Tokyo Tower35.658600, 139.74540035°39'31.0"N, 139°44'43.4"E54S 392255 3946217
Christ the Redeemer, Rio-22.951900, -43.21050022°57'6.8"S, 43°12'37.8"W23K 683456 7460687
Colosseum, Rome41.890200, 12.49220041°53'24.7"N, 12°29'31.9"E33T 291790 4640838
Machu Picchu, Peru-13.163100, -72.54500013°9'47.2"S, 72°32'42.0"W18L 766800 8543841
Great Wall, Badaling40.431900, 116.57040040°25'54.8"N, 116°34'13.4"E50T 294485 4480192
Golden Gate Bridge, SF37.819900, -122.47850037°49'11.6"N, 122°28'42.6"W10S 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.

EXAMPLE
A surveyor receives a boundary corner at 40.7128, -74.0060 from a client. Converting to UTM gives 18T 583960 4507524— ready for direct use in a CAD drawing with meter-scale accuracy.

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.

EXAMPLE
A geocache is listed at N 48\u00B0 51.504, E 002\u00B0 17.670 (DMM). You need decimal for Google Maps: paste it in and get 48.858400, 2.294500— the Eiffel Tower.

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.

EXAMPLE
An emergency dispatch center receives a phone GPS reading of 37.8199, -122.4785. Converting to MGRS gives 10SEG4588985985— a concise reference for field teams at the Golden Gate Bridge.

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:

ToolFreeFormatsUTMMGRSPlus CodeReverse GeocodeMapSign-up
SimpleMapLab (this tool)Yes7 + addressYesYesYesYesYesNo
CoordinateConverter.comYes4YesNoNoNoNoNo
LatLong.netYes2NoNoNoYesYesNo

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.

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.

Frequently asked questions

Seven formats: Decimal Degrees (DD), Degrees Minutes Seconds (DMS), Degrees Decimal Minutes (DMM), UTM, MGRS, Geohash, and Plus Code (Open Location Code). It also reverse geocodes to a full street address using Nominatim.
The formula is: Decimal = Degrees + Minutes/60 + Seconds/3600. For example, 48°51'30.2"N becomes 48 + 51/60 + 30.2/3600 = 48.8584°. If the hemisphere is S or W, negate the result. This tool does it automatically — just paste DMS and the decimal result appears instantly.
UTM (Universal Transverse Mercator) is a projected coordinate system that divides Earth into 60 zones, each 6° of longitude wide. Coordinates are in meters, which makes distance calculations trivial. Surveyors, military, and large-scale GIS projects use UTM because meter-based coordinates are easier to work with than angular degrees.
MGRS (Military Grid Reference System) is a geocoordinate system derived from UTM. It adds a grid zone designator (zone number + latitude band letter) and a 100 km square identification (two letters) to a numeric easting/northing. NATO forces and many civilian emergency services use MGRS for concise, unambiguous location reporting.
Paste the full Google Maps URL into the input box. The tool extracts coordinates from @lat,lng, ?q=lat,lng, or !3d...!4d... patterns in the URL and converts them to all formats. No manual editing needed.
A geohash is a short alphanumeric string that encodes latitude and longitude into a hierarchical grid. Each additional character narrows the area. A 9-character geohash is accurate to about 5 meters. Geohashes are widely used in databases (Redis, Elasticsearch) for spatial indexing because nearby points share common prefixes.
Plus Code (also called Open Location Code) is a location encoding system developed by Google. It uses a 20-character alphabet (23456789CFGHJMPQRVWX) to encode coordinates into a short string like 8FW4V75V+8Q. Plus Codes are designed for places without formal addresses and work in Google Maps.
Decimal degrees are shown to 6 places (~11 cm). DMS seconds to 1 decimal place (~3 m). UTM easting/northing to 1 meter. MGRS to 1 meter. Geohash (9 characters) to ~5 meters. Plus Code (11 characters) to ~3 meters. All conversions use the WGS84 ellipsoid with full double-precision math.
Yes. Every conversion also reverse geocodes the coordinates to a full street address using OpenStreetMap’s Nominatim service. The address appears in its own result card with a copy button.
Yes. Negative latitude means south of the equator, negative longitude means west of the prime meridian. The tool handles all four hemispheres and correctly parses hemisphere letters (N/S/E/W) in DMS and DMM input.
WGS84 (World Geodetic System 1984) is the reference coordinate system used by GPS satellites. It defines Earth as an ellipsoid with semi-major axis 6,378,137 m and flattening 1/298.257223563. Virtually all modern mapping systems (Google Maps, Apple Maps, OpenStreetMap) use WGS84.
Decimal degrees for web apps and APIs. DMS for traditional navigation and paper maps. DMM for aviation and maritime. UTM for surveying and large-scale mapping. MGRS for military and emergency services. Geohash for database spatial indexing. Plus Code for sharing locations in areas without addresses.
Yes. Paste UTM coordinates as input (the parser accepts decimal degrees, DMS, DMM, hemisphere letters, and Google Maps URLs as input). For the reverse direction — UTM to lat/lng — use the dedicated UTM to Lat/Long Converter at /tools/utm-to-lat-long.
DMS breaks each degree into 60 minutes, then each minute into 60 seconds: 48°51'30.2". DMM keeps the degree-minute structure but expresses minutes as a decimal: 48°51.5033'. DMM is simpler for calculations; DMS is more traditional. Both are widely used.
Yes — completely free, no sign-up, no API key, no usage limits. The tool runs in your browser using free open-source data from OpenStreetMap and OpenFreeMap.
Yes. Click "My Location" to use your device’s GPS. On phones, this typically gives 5–10 m accuracy outdoors. The coordinates are immediately converted to all seven formats plus a street address.

Related tools