Coordinates Converter

Convert geographic coordinates between decimal degrees, degrees-minutes-seconds, and WGS 84 UTM.

Convert coordinate formats
Select the input and output formats, enter one location, and calculate its equivalent coordinates.

About coordinate conversion

Geographic coordinates identify a position on Earth, but the same position can be written in several formats. Decimal degrees use signed numbers, such as 40.7128 latitude and -74.006 longitude. Degrees-minutes-seconds, commonly called DMS, splits each angle into degrees, minutes, and seconds and uses a hemisphere letter. Universal Transverse Mercator, or UTM, represents a position as a zone, hemisphere, easting, and northing measured in meters. Decimal degrees are common in web maps, GPS exports, spreadsheets, and software APIs. Positive latitude is north of the equator and negative latitude is south. Positive longitude is east of the prime meridian and negative longitude is west. Valid latitude ranges from -90 to 90 degrees, while longitude ranges from -180 to 180 degrees. Keeping latitude before longitude is important because reversing the pair can place a point on another continent. DMS expresses the fractional part through base-60 subdivisions. One degree contains 60 minutes and one minute contains 60 seconds. To convert DMS to decimal degrees, divide minutes by 60 and seconds by 3,600, add the pieces, and apply a negative sign for south or west. To convert back, separate the whole degrees, multiply the remaining fraction by 60 for minutes, and repeat for seconds. Hemisphere letters avoid relying on a visible minus sign. UTM divides the world into 60 longitudinal zones and projects each zone onto a metric grid. Easting normally measures from a false origin placed 500,000 meters west of the central meridian. Northing measures from the equator in the northern hemisphere and uses a 10,000,000-meter false northing in the southern hemisphere. This calculator applies standard WGS 84 ellipsoid formulas. UTM is especially useful for local mapping, surveying, navigation, and distance work because coordinates are expressed in meters. Coordinate transformations can introduce small differences due to rounding, datum choice, and projection assumptions. A UTM coordinate is incomplete without its zone and hemisphere, and coordinates from a datum other than WGS 84 may not align exactly. The displayed output is suitable for general mapping and location exchange, but legal boundaries, high-precision surveys, and safety-critical navigation should use certified geospatial software and authoritative control data.

Coordinate conversion examples

Familiar locations illustrate decimal, DMS, and UTM notation.

InputResultLocation
40.7128, -74.006040° 42' 46.08" N, 74° 0' 21.6" WNew York City decimal degrees converted to DMS.
51° 30' 26.64" N, 0° 7' 40.08" W51.5074, -0.1278London DMS coordinates converted to decimal degrees.
35.6762, 139.6503Zone 54N, 377494 E, 3948288 NTokyo decimal coordinates converted to approximate WGS 84 UTM.
Zone 56S, 334369 E, 6250946 N-33.8688, 151.2093Sydney UTM coordinates converted to approximate decimal degrees.

How to convert coordinates

  1. Choose whether the source coordinates are decimal degrees, DMS, or UTM.
  2. Choose the desired output format from the second list.
  3. Enter every coordinate field, including hemisphere and UTM zone where required.
  4. Click Convert and copy the complete result with its direction or zone information.
  5. Use Reset to clear all coordinate fields before entering another location.

Coordinates converter FAQ

What is the difference between decimal degrees and DMS?

Decimal degrees store an angle as one signed decimal number. DMS expresses the same angle with degrees, minutes, seconds, and a hemisphere letter.

Why are west and south coordinates negative?

The signed decimal convention assigns negative values west of the prime meridian and south of the equator. DMS normally replaces that negative sign with W or S.

What information is required for a UTM coordinate?

A complete UTM location needs the zone, northern or southern hemisphere, easting, and northing. Omitting the zone or hemisphere can identify a very different place.

Which geographic datum does this converter use?

The UTM calculations use the WGS 84 ellipsoid, which is standard for modern GPS coordinates. Coordinates from another datum may require an additional datum transformation.

Can I use these results for professional surveying?

The results are appropriate for general conversion, mapping, and checking coordinates. Legal or high-precision survey work should use certified software, known control points, and the required local datum.