What this tool does
The Coordinate Converter translates a latitude/longitude between the three notations people actually use: decimal degrees (DD), degrees-minutes-seconds (DMS), and degrees-decimal-minutes (DMM). Paste a coordinate in any of those forms and it shows all three at once, ready to copy.
How it works
Every format is just a different way of writing the same angle. The tool parses your input into decimal degrees internally, then renders DMS and DMM from it — handling hemispheres (N/S/E/W or a minus sign) and rounding to the precision you choose.
Privacy
Everything runs locally via the pure convertCoordinates function. If you use the location button, your position is converted in the browser and never uploaded.