Free Coordinates Converter

Quick Reference

1° = 60' = 3600"
DD → DMS: deg = floor(|dd|), min = (remainder × 60), sec = (remainder × 60)
DMS → DD: dd = deg + min/60 + sec/3600
Valid range: lat −90° to 90°, lon −180° to 180°

41.40338°, 2.17403°

= 41° 24' 12.17" N, 2° 10' 26.51" E

Enter coordinates, results update automatically

Introduction to the GPS Coordinate Format Converter

The Coordinates Converter is a free online tool designed to help you convert latitude and longitude coordinates between three common formats: Decimal Degrees (DD), Degrees, Minutes, Seconds (DMS), and Degrees, Decimal Minutes (DDM). Whether you're a surveyor, a traveler, or a GIS specialist, this GPS coordinates converter simplifies the process of transforming coordinate values with accuracy and speed. It acts as both a latitude longitude converter and a DMS to decimal degrees calculator, all in one.

Latitude and Longitude: The Basics

Any location on Earth can be pinpointed using a geographic coordinate system that references the planet's spherical shape. The system is defined by two angular measurements: latitude and longitude.

Latitude measures how far north or south a point is from the Equator. It is expressed as an angle from the equatorial plane to a line from the Earth's center to the point on the surface. Latitude values range from 0° at the Equator to 90° at the poles. The lines of latitude are often called parallels and they run parallel to the Equator.

Longitude, on the other hand, indicates an east–west position relative to the Prime Meridian (the line passing through Greenwich, England). Longitude values span from 0° to 180° east or west. The lines of longitude, known as meridians, converge at the poles and are all approximately the same length (about 12,430 miles or 20,004 km). Together, latitude and longitude define a unique coordinate pair for every point on the globe.

How to Write Coordinates

When writing coordinates, the standard convention is to list the latitude first, followed by longitude. To avoid confusion, symbols are sometimes used: φ (phi) for latitude and λ (lambda) for longitude. Three widely used formats are:

  • DD (Decimal Degrees): e.g., 40.748417, -73.985833
  • DMS (Degrees, Minutes, Seconds): e.g., 40° 44′ 54.3″ N, 73° 59′ 9″ W
  • DDM (Degrees, Decimal Minutes): e.g., 33° 51.5167′ S, 151° 12.8500′ E

Cardinal directions can be indicated by letters (N/S/E/W) or by positive/negative signs. Generally, for DD format, negative numbers are common (e.g., -73.985833 for western longitudes). In DMS and DDM, letters are typically used and the numeric values are always positive.

Let's look at two iconic landmarks:

LandmarkDD (Lat, Lon)DMSDDM
Empire State Building40.748417, -73.98583340° 44′ 54.3″ N, 73° 59′ 9″ W40° 44.907′ N, 73° 59.150′ W
Sydney Opera House-33.858611, 151.21416733° 51′ 31″ S, 151° 12′ 51″ E33° 51.5167′ S, 151° 12.8500′ E

Note: The degree (°), minute (′), and second (″) symbols are optional; spaces can separate the numbers.

Converting Between Formats

DMS to DD (or DDM to DD)

Since one degree equals 60 minutes and one minute equals 60 seconds, a degree contains 3600 seconds. Therefore, to convert DMS to decimal degrees, use:

DD=Degrees+Minutes60+Seconds3600 DD = \text{Degrees} + \frac{\text{Minutes}}{60} + \frac{\text{Seconds}}{3600}

For example, the Empire State Building's DMS coordinates (40° 44′ 54.3″ N, 73° 59′ 9″ W) become:

  • Latitude: 40+4460+54.33600=40.74841740 + \frac{44}{60} + \frac{54.3}{3600} = 40.748417 (positive N)
  • Longitude: 73+5960+93600=73.98583373 + \frac{59}{60} + \frac{9}{3600} = 73.985833 (but because it's West, we use negative: -73.985833)

For DDM, the formula is simply DD=Degrees+Decimal Minutes60DD = \text{Degrees} + \frac{\text{Decimal Minutes}}{60}.

DD to DMS or DDM

Converting decimal degrees to DMS or DDM follows a three‑step process:

  1. Degrees: The integer part of the decimal number.
  2. Minutes: Multiply the remaining decimal by 60. The integer part of this result gives minutes (for DMS) or the whole number gives decimal minutes (for DDM).
  3. Seconds: For DMS, take the leftover decimal from step 2 and multiply by 60 to obtain seconds.

For instance, converting Sydney Opera House's DD latitude (-33.858611 S) to DMS:

  • Degrees: 33° (south, so S)
  • Minutes: 0.858611×60=51.516660.858611 \times 60 = 51.51666 → minutes = 51′
  • Seconds: 0.51666×60=31″0.51666 \times 60 = 31″ (approx.)

Thus the DMS latitude is 33°51′31″S33° 51′ 31″ S. The same steps apply to longitude.

To get DDM directly, stop after step 2 and use the result as decimal minutes: 33°51.5167′S33° 51.5167′ S.

Free and Accurate Conversion at Your Fingertips

This free coordinate format converter handles all the calculations automatically. Whether you need DD to DDM conversion or a DMS to decimal degrees calculator, the tool delivers instant results. It also supports batch processing and works directly in your browser – no download required. Perfect for hikers, pilots, geographers, or anyone who works with GPS data.

FAQ

1. What is the correct order when writing coordinates?

Always list latitude first, then longitude. For example, 40.748417, -73.985833 has latitude first. To avoid confusion, you can use the symbols φ for latitude and λ for longitude.

2. How do I convert DMS to decimal degrees?

Use the formula: Decimal Degrees = Degrees + Minutes/60 + Seconds/3600. For instance, 40° 44′ 54.3″ N becomes 40 + 44/60 + 54.3/3600 = 40.748417.

3. How do I convert decimal degrees to DMS?

Take the integer part as degrees. Multiply the decimal part by 60; the integer of that result is minutes. Multiply the remaining decimal by 60 to get seconds. For example, 33.858611 becomes 33°, 51′, and 31″.

4. What does DDM stand for and how is it different from DMS?

DDM stands for Degrees, Decimal Minutes. It uses degrees and a decimal fraction of minutes (e.g., 33° 51.5167′ S) instead of separate minutes and seconds as in DMS (33° 51′ 31″ S).

5. Can I use negative signs instead of letters for direction?

Yes, negative signs are common in Decimal Degrees format. For north/east use positive numbers; for south/west use negative numbers. In DMS and DDM, letters are more typical and values stay positive.

How to Use

  1. Select the coordinate format you want to convert from - Decimal Degrees (DD), Degrees Minutes Seconds (DMS), or Degrees Decimal Minutes (DDM).
  2. Enter the latitude and longitude values in the selected format. For DMS and DDM formats, also select the hemisphere direction (N/S for latitude, E/W for longitude).
  3. Click the Convert button to see your coordinates displayed in all three formats simultaneously.