Single & batch conversion between DD, DMS, DDM, UTM. Interactive map with click‑to‑convert.
Click on map to update coordinates
Paste up to 100 coordinates (one per line, format: lat lon in decimal degrees). Then click Convert.
| # | Latitude | Longitude | DMS | DDM | UTM |
|---|
UTM conversion is approximate (zone + easting/northing simplified).
Coordinate systems are frameworks used to uniquely determine the position of a point on Earth. They fall into two main categories: geographic (angular) and projected (planar).
Use a three‑dimensional spherical surface to define locations. The most common is latitude and longitude, referenced to a datum (e.g., WGS84). Latitude measures north‑south (0° at equator, 90° at poles), longitude measures east‑west (0° at Greenwich).
Project the curved Earth onto a flat surface. Examples: UTM, State Plane, Mercator. They use linear units (meters, feet) and are used for large‑scale mapping and engineering.
A datum defines the size and shape of the Earth model and the origin of the coordinate system. WGS84 is the global standard for GPS. Other local datums (NAD83, ETRS89) are optimised for specific regions. Converting between datums requires transformations (shift, rotation, scale).
All projections distort area, shape, distance, or direction. UTM (transverse Mercator) preserves angles locally but distorts area and distance away from the central meridian. Choosing the right projection depends on your application (navigation, area measurement, etc.).
Converting between formats involves simple arithmetic:
| System | Example | Typical Use |
|---|---|---|
| DD | 48.8584, 2.2945 | Web mapping, GPS exchange |
| DMS | 48°51'30.24"N 2°17'40.20"E | Paper maps, aviation |
| DDM | 48°51.504'N 2°17.670'E | Handheld GPS units |
| UTM | 31N 448251 5411933 | Surveying, forestry, GIS analysis |
Coordinates are meaningless without a datum. WGS84 and NAD83 are almost identical in the continental US (within 1–2 meters), but differences can reach hundreds of meters in other parts of the world. Always verify the datum of your source data.