Coordinate Converter - DD, DMS, DDM Format
Free WGS84 GPS coordinate converter: instantly switch DD, DMS, DDM, UTM and MGRS. Bulk paste, use my location, export CSV, KML, GPX and GeoJSON.
Bulk conversion
Paste one coordinate per line in DD format (lat, lon). Export to CSV, KML (Google Earth), GPX (GPS devices) or GeoJSON.
What is Coordinate Conversion?
Coordinate conversion is the process of transforming geographic coordinates from one format to another. The three most common formats used for latitude and longitude are Decimal Degrees (DD), Degrees Minutes Seconds (DMS), and Degrees Decimal Minutes (DDM).
Different applications and devices use different coordinate formats. GPS devices might display coordinates in DMS format, while web mapping services like Google Maps use DD format. Converting between these formats is essential for navigation, surveying, geocaching, and geographic information systems (GIS).
Understanding coordinate formats:
- Decimal Degrees (DD): Coordinates expressed as decimal numbers (e.g., 21.0278° N, 105.8342° E). Most common in digital mapping and web applications.
- Degrees Minutes Seconds (DMS): Traditional format using degrees, minutes, and seconds (e.g., 21° 1' 40" N, 105° 50' 3" E). Common in navigation and surveying.
- Degrees Decimal Minutes (DDM): Hybrid format with degrees and decimal minutes (e.g., 21° 1.668' N, 105° 50.052' E). Used by some GPS devices.
Each format has advantages: DD is simplest for calculations, DMS is traditional and precise, and DDM balances precision with readability.
How to Convert Between Coordinate Formats
Converting between coordinate formats involves understanding the relationship between degrees, minutes, and seconds:
Conversion formulas:
- 1 degree = 60 minutes = 3600 seconds
- DMS to DD: DD = Degrees + (Minutes/60) + (Seconds/3600)
- DD to DMS: Extract degrees, multiply decimal by 60 for minutes, multiply remaining decimal by 60 for seconds
- DDM to DD: DD = Degrees + (Decimal Minutes/60)
- DD to DDM: Extract degrees, multiply decimal by 60 for decimal minutes
Example conversion from DMS to DD:
21° 1' 40.08" N = 21 + (1/60) + (40.08/3600) = 21.0278° N
Remember to use negative values for South latitude and West longitude in DD format, or add directional indicators (N/S, E/W) in DMS and DDM formats.
Common Coordinate Format Use Cases
Different coordinate formats are preferred in various applications:
- Decimal Degrees (DD): Web mapping (Google Maps, OpenStreetMap), programming, databases, GIS software
- Degrees Minutes Seconds (DMS): Traditional navigation, nautical charts, aviation, surveying, topographic maps
- Degrees Decimal Minutes (DDM): Handheld GPS devices, marine GPS, recreational navigation
- Scientific Research: DD format for data analysis and calculations
- Mobile Apps: Usually DD for API integration, but may display DMS for user readability
Coordinate Precision and Accuracy
The precision of coordinates depends on the number of decimal places used:
- DD with 4 decimal places ≈ 11 meters precision
- DD with 5 decimal places ≈ 1.1 meters precision
- DD with 6 decimal places ≈ 0.11 meters precision
- DMS with seconds to 2 decimal places ≈ 0.3 meters precision
For most applications, 5-6 decimal places in DD format or seconds to 2 decimal places in DMS format provide sufficient accuracy for navigation and mapping purposes.
Converting to UTM and MGRS
DD, DMS and DDM are all the same angular system measured in degrees. UTM (Universal Transverse Mercator) and MGRS are projected grids measured in meters, which is what surveyors, civil engineers and GIS analysts actually need for setting out, cut/fill and CAD import:
- UTM divides the world into 60 zones, each 6° of longitude wide, and gives a position as zone + easting + northing in meters (e.g. 48N 587856 E 2326284 N). Perfect for distance and area work because the units are metric.
- MGRS (Military Grid Reference System) compresses a UTM position into a single alphanumeric string with a 100 km grid square and easting/northing digits (e.g. 48Q WH 87856 26284). It is the standard for field navigation and military/SAR operations.
- This converter computes UTM and MGRS on the WGS84 ellipsoid (a = 6,378,137 m, 1/f = 298.257223563) using the standard Transverse Mercator series, so results are reference estimates within the same datum the tool documents.
Because UTM and MGRS depend on the datum, convert your data to WGS84 first if it sits on a regional datum, then read the projected grid values here.
About Coordinate Converter - DD, DMS, DDM Format
Coordinate Converter translates GPS latitude/longitude between Decimal Degrees (DD), Degrees-Minutes-Seconds (DMS) and Degrees-Decimal-Minutes (DDM) — the three formats you'll encounter on Google Maps, aviation charts, marine GPS units, surveyors' notes, and old topographic atlases. Paste a single coordinate or batch-convert hundreds of lines at once, export the results as CSV, KML for Google Earth, GPX for handheld GPS, or GeoJSON for web maps. Built for pilots cross-referencing nautical and aviation charts, surveyors translating field readings, geocachers sharing waypoints, GIS developers cleaning datasets, and anyone tired of doing 1°/60-minutes/3600-seconds arithmetic by hand. Try also our Distance Bearing and Address Geocoder.
Frequently Asked Questions

