About Coordinate Converter
Coordinates leak across every tool stack with a different format — Google Maps gives you decimal degrees, a sectional aviation chart prints DMS, the survey memo your client emailed uses UTM zones, and the search-and-rescue grid that came in over the radio is MGRS. Most one-direction converters force you to pick a source, pick a target, re-paste, and lose precision through rounding errors at every step.
This coordinate converter wires all four formats —
DD (decimal degrees), DMS (degrees-minutes-
seconds), UTM (Universal Transverse Mercator) and
MGRS (Military Grid Reference System) — into a single
screen with real-time bidirectional updates: edit any field and the
other three resync from the WGS84 ellipsoid math. The UTM solver uses
Snyder's classical series, accurate to roughly ±10 cm inside a zone,
and correctly handles the Norway/Svalbard zone exceptions (zone 32V,
zones 31X–37X). MGRS is built from the proper 100 km grid-letter
tables and round-trips cleanly through the latitude-band cycle. The
active card highlights so you can see which format you last typed in.
Use it to translate a DMS aviation fix into a Google Maps URL, decode an MGRS distress call from a SAR net into a pin you can text someone, read a UTM grid reference off a topo map for a hiking plan, or check a survey CSV before importing it. Every conversion runs as JavaScript in the page — coordinates for a home address, a dive site, a climbing crag or a confidential survey never leave your browser. Direct links to Google Maps, OpenStreetMap and Google Earth open the location in the mapping app you actually use.