Decimal to DMS Converter
🌐 Decimal Degrees to DMS Converter
Enter your decimal coordinates below to instantly convert them to Degrees°, Minutes', Seconds" format.
✅ Conversion Result
Latitude
Longitude
What Is a Decimal to DMS Converter and Why Do You Need One?
If you've spent any time working with maps, GPS devices, or geographic data, you've probably noticed that coordinates show up in two completely different-looking formats. Sometimes a location is written as 28.6139° N, 77.2090° E — that's decimal degrees. Other times you'll see it written as 28° 36' 50.04" N, 77° 12' 32.40" E — that's DMS, short for Degrees, Minutes, Seconds. Both are saying the exact same thing, just written in different notation systems.
The problem is that modern digital tools — Google Maps, mapping APIs, web GIS platforms — mostly prefer decimal degrees, while older GPS devices, survey documents, nautical charts, aviation waypoints, and scientific publications often use DMS. So if you get coordinates from one type of source and need to use them in the other type of system, you need to convert.
That's exactly what this tool does. Enter your decimal latitude and longitude, click the button, and you instantly see the DMS equivalent broken down into degrees, minutes, seconds, and direction — all clearly labeled and ready to copy.
What Are Decimal Degrees?
Decimal degrees (DD) is the modern standard for expressing geographic coordinates. Instead of breaking a degree into minutes and seconds, everything is expressed as a single decimal number. Positive values indicate North (latitude) or East (longitude); negative values indicate South or West.
- New Delhi, India: 28.6139° N, 77.2090° E
- London, UK: 51.5074° N, −0.1278° E
- Sydney, Australia: −33.8688° N, 151.2093° E
- New York, USA: 40.7128° N, −74.0060° E
This format is what most modern software, APIs, and databases prefer. It's easier to do math with, simpler to store, and faster to type. If you've ever copied coordinates from Google Maps or a weather app, they were almost certainly in decimal degrees.
What Is DMS (Degrees, Minutes, Seconds)?
DMS is the older, traditional coordinate system that has been used in cartography and navigation for centuries. It breaks a coordinate into three parts:
- Degrees (°): The whole number part. Latitude goes 0–90°; longitude goes 0–180°.
- Minutes ('): Each degree is divided into 60 minutes. Think of it like hours on a clock — 60 minutes per degree.
- Seconds (''): Each minute is divided into 60 seconds, and seconds can have decimal places for finer precision.
- Direction: N or S for latitude, E or W for longitude — replacing the positive/negative sign convention.
So 28° 36' 50.04" N means: 28 degrees, 36 minutes, and 50.04 seconds north of the equator. DMS is still widely used in old-school GPS units, nautical and aviation charts, survey reports, academic geology papers, and government legacy databases.
How the Decimal to DMS Conversion Works
Once you see the logic, it's quite intuitive. Here's exactly what happens when you hit the Convert button:
Step 1 — Handle the Sign (Find Direction)
If the decimal value is negative, it represents South (latitude) or West (longitude). The absolute (positive) value is used for the rest of the math, and the direction letter is assigned at the end.
Step 2 — Extract Degrees
The degrees component is simply the whole number part: degrees = Math.floor(|DD|)
For 28.6139: degrees = 28
Step 3 — Calculate Minutes
Multiply the leftover decimal by 60. The whole number part is minutes.
0.6139 × 60 = 36.834 → minutes = 36
Step 4 — Calculate Seconds
Multiply the remaining decimal of minutes by 60 again.
0.834 × 60 = 50.04 → seconds = 50.04"
Result
28.6139° → 28° 36' 50.04" N
Decimal Degrees to DMS – Quick Reference Table
| Location | Decimal Degrees | DMS Format |
|---|---|---|
| New Delhi, India | 28.6139° N, 77.2090° E | 28° 36' 50.04" N, 77° 12' 32.4" E |
| London, UK | 51.5074° N, −0.1278° E | 51° 30' 26.64" N, 0° 7' 40.08" W |
| New York, USA | 40.7128° N, −74.0060° E | 40° 42' 46.08" N, 74° 0' 21.6" W |
| Sydney, Australia | −33.8688° N, 151.2093° E | 33° 52' 7.68" S, 151° 12' 33.48" E |
| Tokyo, Japan | 35.6762° N, 139.6503° E | 35° 40' 34.32" N, 139° 39' 1.08" E |
| Cape Town, SA | −33.9249° N, 18.4241° E | 33° 55' 29.64" S, 18° 25' 26.76" E |
When Do You Actually Need to Convert Decimal to DMS?
Entering Coordinates into Older GPS Devices
Many traditional GPS units — the kind used in field geology, hiking, hunting, and marine navigation — only accept DMS format. If you've found a location on Google Maps in decimal degrees and need to enter it into one of these devices, you have to convert first. This happens all the time in geological fieldwork where teams use modern apps to plan routes but older Garmin units in the field.
Survey Reports and Legal Documents
Land surveys in many countries are legally required to list coordinates in DMS format. If you have GPS-collected coordinates in decimal form and need to include them in an official survey report or property boundary document, this conversion is mandatory.
Nautical and Aviation Navigation
Flight plans, waypoints, and nautical charts all traditionally use DMS. If you're a pilot or sailor working with digital sources and need to file a plan with coordinates in DMS, this tool saves you from doing the math yourself.
Academic and Scientific Publications
Geology, geophysics, environmental science, and oceanography journals frequently require DMS format for geographic coordinates. If you collected field data with a modern GPS app outputting decimal degrees, you'll need to convert for your paper's methodology or appendix.
Cross-Referencing Historical Maps
Old topographic maps, colonial survey records, and historical atlases use DMS. When you need to match a modern GPS location with a point on a historical map, converting to DMS makes the comparison straightforward.
Precision Guide – How Many Decimal Places Do You Need?
| Decimal Places (DD) | Approx. Precision | Best For |
|---|---|---|
| 1 decimal place | ~11 km | Country-level |
| 2 decimal places | ~1.1 km | City-level |
| 3 decimal places | ~110 m | Neighborhood |
| 4 decimal places | ~11 m | Building-level |
| 5 decimal places | ~1.1 m | Survey work |
| 6 decimal places | ~11 cm | Scientific measurement |
Decimal vs. DMS – Which One Should You Use?
Use Decimal Degrees when: working with modern mapping software, programming with APIs, storing coordinates in databases, or sharing locations digitally.
Use DMS when: using older GPS devices, working with nautical or aviation charts, filing survey reports, publishing in journals requiring DMS, or cross-referencing historical records.
Most working professionals in geoscience, GIS, and surveying need to move between both formats regularly — which is exactly why having a reliable converter readily available just makes sense.
How to Use This Decimal to DMS Converter
- Enter Decimal Latitude — Type the latitude in decimal format. Use a negative number for South (e.g., −33.8688 for Sydney).
- Enter Decimal Longitude — Type the longitude. Use negative for West (e.g., −74.006 for New York).
- Click "Convert to DMS" — The tool instantly shows all four components (degrees, minutes, seconds, direction) for both lat and lon, plus the full formatted DMS string at the bottom.
Related Tools
- DMS to Decimal Converter — The reverse: convert DMS coordinates back to decimal degrees.
- UTM to Lat/Long Converter — Convert UTM grid coordinates (easting, northing) to geographic coordinates.
- Depth Unit Converter — Convert geological depths between meters, kilometers, and feet.
- Rock Density Calculator — Calculate rock density from mass and volume for petrophysical work.