Coordinates Converter — Decimal Degrees & DMS
ScienceConvert GPS coordinates between decimal degrees (DD) and degrees-minutes-seconds (DMS) format for latitude and longitude, instantly and accurately.
Reviewed by the thecalcu.com team · Last updated July 4, 2026
Latitude
Longitude
What is a Coordinates?
The Coordinates Converter converts geographic coordinates between decimal degrees (DD) and degrees-minutes-seconds (DMS) format for both latitude and longitude. Every point on Earth can be described by these two angular measurements, but they show up in two different notations depending on the source: decimal degrees (like 28.6139° N) is what most modern GPS devices, smartphones, and mapping software use, while DMS (like 28° 36' 50.04" N) is the traditional notation still common in surveying, aviation, and nautical navigation.
Enter a coordinate in either format and this tool keeps both notations in sync automatically, for both latitude and longitude simultaneously. For angle conversions outside a geographic context, see the general Angle Converter.
Why Use a Coordinates Converter?
A survey document, historical map, or nautical chart might list a location in DMS, but the mapping app or GPS software you need to enter it into only accepts decimal degrees, or the reverse, when a modern device outputs decimal degrees but a form requires DMS. Manually converting minutes and seconds into a decimal fraction (or vice versa) involves several small arithmetic steps where a single mistake shifts the resulting location noticeably.
This converter removes that risk entirely: type a value into either format and the other updates instantly and accurately. It's especially useful when working with coordinates from older reference documents, land surveys, or international sources that don't standardise on one format.
Who Should Use This Converter?
- Surveyors and GIS professionals converting coordinates between DMS (common in legal land descriptions) and decimal degrees (used by most GIS software).
- Pilots and mariners working with aviation charts or nautical navigation systems that traditionally use DMS notation.
- Travellers and hikers converting a DMS coordinate from a guidebook or trail marker into the decimal format their phone's GPS app expects.
- Researchers and students working with historical maps, old survey records, or academic papers that report coordinates in DMS.
- Developers building location-based features who need to normalise coordinate data from mixed-format sources into a single consistent format.
What Insights Does the Coordinates Converter Give You?
Each row shows the same coordinate expressed two ways: the Decimal Degrees field (a single number, positive or negative) and the Deg / Min / Sec / Hemisphere fields (the traditional split notation with an explicit N/S or E/W direction). Editing either representation instantly updates the other, so you always have both formats available without needing to run the conversion twice for latitude and longitude separately.
The DMS output box below each row shows the fully formatted string (e.g. 28° 36' 50.04" N) ready to copy directly into a document, chart annotation, or form field.
How to use this Coordinates calculator
- Enter a Decimal Degrees value for Latitude, or edit the Deg / Min / Sec / Hemisphere fields directly.
- Watch the corresponding DMS or decimal value update automatically.
- Repeat for the Longitude row below it.
- Use the Hemisphere dropdown to correctly set N/S for latitude or E/W for longitude.
- Click Copy next to either DMS output box to copy the formatted coordinate string.
- Read the combined pair of values for use in mapping software, GPS devices, or survey documents.
Show formula & methodology ↓Show less ↑
Formula & Methodology
Decimal Degrees → DMS: - Degrees = the whole-number part of the decimal value - Minutes = the decimal remainder × 60, whole-number part - Seconds = the remainder of that × 60 - Hemisphere = N/E if the original value is positive, S/W if negative DMS → Decimal Degrees: Decimal Degrees = Degrees + (Minutes ÷ 60) + (Seconds ÷ 3600), negated if the hemisphere is S or W. Worked example, converting New Delhi's latitude, 28.6139° N, to DMS: - Degrees = 28 - Remaining 0.6139 × 60 = 36.834 → Minutes = 36 - Remaining 0.834 × 60 = 50.04 → Seconds = 50.04 Result: 28° 36' 50.04" N, confirmed by converting back: 28 + 36/60 + 50.04/3600 = 28 + 0.6 + 0.0139 = 28.6139°, matching the original input exactly.
Related Tools
You may also find these useful: Astronomical Distance Converter, Length Converter.
Frequently Asked Questions