MGRS -> Lat/Long
Military Grid Reference System support for defense, search-and-rescue, and field mapping workflows.
Online GPS and Map Coordinate Tool
Convert coordinates between Decimal Degrees, DMS, DDM, UTM, MGRS, Plus Code, and Geohash in one browser-based tool for GPS, GIS, and map workflows.
Lat, Lon - Navigation Standard (Latitude first, N/S before E/W). Used by Google Maps, Apple Maps, GPS devices, and most navigation apps.
Lon, Lat - Mathematical Standard (X before Y). Used by GeoJSON, WKT, PostGIS, and most programming libraries.
Use dedicated coordinate converter tools for UTM, DMS, and batch GPS workflows.
Convert UTM coordinates to latitude/longitude and back.
Convert degrees, minutes, and seconds to decimal degrees.
Military Grid Reference System support for defense, search-and-rescue, and field mapping workflows.
Geocoding workflow for turning place names and street addresses into map coordinates.
Reverse geocoding workflow for turning latitude and longitude into readable location context.
Geohash encoding support for spatial indexing, nearby search, and developer tooling.
Open Location Code support for regions and workflows that use Plus Codes instead of street addresses.
Convert multiple coordinates from text or CSV.
Convert between DD, DMS, DDM, UTM, MGRS, Plus Code, and Geohash in one online coordinate converter.
Decimal Degrees (DD) is the most common GPS coordinate format. It represents latitude and longitude as decimal numbers. Positive values indicate north latitude and east longitude, while negative values indicate south and west.
DMS writes coordinates as degrees, minutes, and seconds with direction letters. It is widely used in aviation and nautical coordinate workflows.
DDM keeps degrees and uses decimal minutes for readability. It is common in marine navigation and handheld GPS coordinate use.
UTM divides Earth into 60 zones and expresses location in meters as easting and northing. It is practical for surveying and engineering coordinate work.
MGRS extends UTM with grid square identifiers for compact references. It is used for military and emergency coordinate operations.
Plus Codes are open location codes that represent places without formal addresses. They are useful for delivery and field coordinates.
Geohash encodes coordinates into a compact base32 string. Nearby locations share prefixes, which helps with spatial indexing and nearby coordinate search.
40.7128, -74.0060
Google Maps, GPS devices, most mapping apps
Decimal Degrees (DD) is the most common GPS coordinate format. It represents latitude and longitude as decimal numbers. Positive values indicate north latitude and east longitude, while negative values indicate south and west.
40°42'46"N 74°00'21"W
Aviation, nautical charts, cartography
DMS writes coordinates as degrees, minutes, and seconds with direction letters. It is widely used in aviation and nautical coordinate workflows.
40°42.767'N 74°00.358'W
Marine navigation, geocaching, hiking GPS
DDM keeps degrees and uses decimal minutes for readability. It is common in marine navigation and handheld GPS coordinate use.
18T 583960 4507523
Military, surveying, topographic maps
UTM divides Earth into 60 zones and expresses location in meters as easting and northing. It is practical for surveying and engineering coordinate work.
18TWL8395907523
NATO forces, emergency services, SAR
MGRS extends UTM with grid square identifiers for compact references. It is used for military and emergency coordinate operations.
87G7PX7V+4H
Address-less areas, delivery services
Plus Codes are open location codes that represent places without formal addresses. They are useful for delivery and field coordinates.
dr5regw3pg
Database indexing, spatial queries, dev tools
Geohash encodes coordinates into a compact base32 string. Nearby locations share prefixes, which helps with spatial indexing and nearby coordinate search.
Reference examples for popular coordinate conversions used in GPS, GIS, surveying, and map workflows.
Multiply the decimal part by 60 to get minutes, then multiply fractional minutes by 60 for seconds. Add N/S and E/W direction.
40.7128 -> 40d 42m 46s N Identify UTM zone number and letter, then apply inverse Transverse Mercator projection to get geographic coordinates.
18T 583960 4507523 -> 40.71N, 74.01W MGRS combines a grid zone, 100 km square identifier, and numeric easting/northing pair for compact location references.
18TWL8395907523 -> 40.7128N Address geocoding converts a place name or postal address into latitude and longitude for map and data workflows.
Times Square, NYC -> 40.7580N, 73.9855W GCJ-02 is the offset coordinate system used by major Chinese map platforms and differs from standard WGS84 GPS coordinates.
39.9087N, 116.3975E -> 39.9073N, 116.3913E Geohash encodes latitude and longitude into a short base32 string whose shared prefixes indicate geographic proximity.
dr5regw3pg -> 40.7128N, 74.0060W Common questions about our online coordinate converter, supported formats, and GPS workflows.
CoordConv is a browser-based coordinate converter that helps you convert coordinates between common geographic formats such as Decimal Degrees, DMS, DDM, UTM, MGRS, Plus Code, and Geohash.
CoordConv provides up to 6 decimal places of precision, approximately +/-0.11 meters. This is sufficient for most mapping and surveying coordinate tasks.
CoordConv supports 7 formats: DD, DMS, DDM, UTM, MGRS, Plus Code, and Geohash. This online coordinate converter is built for common GPS, GIS, and map coordinate workflows.
CoordConv lets you compare DD, DMS, and DDM as different notation styles for the same location. DD is decimal notation, DMS uses degrees-minutes-seconds, and DDM uses degrees with decimal minutes.
CoordConv supports UTM, a zone-based coordinate system with meter-based positions that is useful for surveying, engineering, and topographic workflows.
CoordConv supports MGRS, a compact military grid format based on UTM that is widely used in defense, emergency response, and search-and-rescue workflows.
CoordConv is free and requires no account. Coordinate conversion runs directly in your browser.
Yes. The Batch Coordinate Converter lets you convert multiple coordinate rows from pasted tables or CSV files in one browser-based workflow.
We use the WGS84 datum, the global standard used by GPS and major mapping platforms for coordinates.
Chinese mapping products may use GCJ-02 or BD-09 instead of standard WGS84 coordinates. CoordConv does not currently provide a dedicated GCJ-02 converter, so you should verify the source coordinate system before using those results operationally.
Find coordinates on Google Maps by right-clicking a point on desktop, or long-pressing to drop a pin on mobile.
WGS84 and NAD83 are geodetic datums with small differences for most practical coordinate use.