Coordinate Converter

Loading tool...

When dealing with modern digital maps, navigation APIs, or old nautical charts, you will frequently encounter GPS coordinates written in two entirely different formats. Understanding and translating between these two systems is critical for geocaching, maritime navigation, aviation, and software development.

Decimal Degrees (DD) are simply a single floating-point number (e.g., 40.7128). Latitudes run from -90 to 90, and longitudes run from -180 to 180. This is the format almost exclusively used by computers, iPhones, Androids, and Google Maps APIs. Conversely, Degrees, Minutes, and Seconds (DMS) (e.g., 40° 42' 46" N) is the traditional format derived from Babylonian base-60 mathematics, primarily found on printed topographical maps and classic maritime compasses.

Our Coordinate Converter provides a fast, foolproof way to translate coordinates backward and forward. Simply paste your GPS location into either input box, and the tool will instantly run the modular arithmetic required to convert it, ensuring you never end up lost on the wrong map projection.

How to Convert GPS Coordinates

  1. 1

    Determine which format you currently have: Decimal Degrees (e.g., 40.7128) or DMS (e.g., 40° 42' 46").

  2. 2

    Enter your specific coordinate into the corresponding input box.

  3. 3

    Click the conversion button next to the input you filled out (either 'To DMS' or 'To DD').

  4. 4

    The perfectly converted coordinate will appear in the opposite field, ready to be copied.

Why Use This Tool?

  • Eliminates complex base-60 modular math errors
  • Easily translate old maps to modern GPS devices
  • Handles generic, unstructured DMS string inputs safely
  • Essential tool for land surveying and geocaching
  • Works safely and instantly without API limits

Coordinate Formats Explained

What is Decimal Degrees (DD)?

A format using positive and negative decimals instead of directions. North and East are positive numbers, while South and West are represented as negative numbers.

What is DMS?

Degrees, Minutes, and Seconds. Just like a clock, there are 60 minutes in a degree, and 60 seconds in a minute. It uses N, S, E, W to denote direction instead of negative numbers.

Frequently Asked Questions

Can I convert both latitude and longitude at the same time?

This tool converts one axis point at a time to ensure maximum precision. Simply run the tool twice: once for your Latitude (Y-axis) and once for your Longitude (X-axis).

Why do Google Maps coordinates sometimes look like '-74.0060'?

That is the Decimal Degree format. The negative sign simply means it is West of the Prime Meridian (if it's a Longitude) or South of the Equator (if it's a Latitude).

How exact are the seconds measured?

Our tool rounds seconds to the second decimal place (e.g., 46.08"), which provides an accuracy footprint of roughly a few square feet on the Earth's surface.

Related Tools