Coordinates Converter
Convert geographic coordinates between decimal degrees, degrees-minutes-seconds, and WGS 84 UTM.
About coordinate conversion
Coordinate conversion examples
Familiar locations illustrate decimal, DMS, and UTM notation.
| Input | Result | Location |
|---|---|---|
| 40.7128, -74.0060 | 40° 42' 46.08" N, 74° 0' 21.6" W | New York City decimal degrees converted to DMS. |
| 51° 30' 26.64" N, 0° 7' 40.08" W | 51.5074, -0.1278 | London DMS coordinates converted to decimal degrees. |
| 35.6762, 139.6503 | Zone 54N, 377494 E, 3948288 N | Tokyo decimal coordinates converted to approximate WGS 84 UTM. |
| Zone 56S, 334369 E, 6250946 N | -33.8688, 151.2093 | Sydney UTM coordinates converted to approximate decimal degrees. |
How to convert coordinates
- Choose whether the source coordinates are decimal degrees, DMS, or UTM.
- Choose the desired output format from the second list.
- Enter every coordinate field, including hemisphere and UTM zone where required.
- Click Convert and copy the complete result with its direction or zone information.
- 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.