Coordinate Converter — DD, DMS and DDM, Free and In-Browser
Convert coordinates between decimal degrees, DMS and degrees-decimal-minutes. Auto-detects the input notation, converts whole lists and exports KML.
Read coordinates in any notation and see DD, DMS and DDM side by side.
Coordinates in
One coordinate pair per line. Decimal degrees, DMS (28°36'50"N) and DDM (N28°36.833') are all recognised, and mixed input is fine. Add altitude and a label after the pair: 28.6139, 77.2090, 216, Tower A
Drop a .csv, .xlsx, .kml or .kmz file here, or
0 points
Nothing to show yet — paste coordinates or drop a file above.
You're on 7BusyBoss — 300+ free tools that run instantly in your browser. No signup, nothing uploaded.
Three notations, and who uses which
The same position gets written three ways, and which one you meet depends on the industry rather than the country.
- Decimal degrees (DD) —
28.613889, 77.209. What software wants. Every mapping API, database and GIS file format uses it internally. - Degrees, minutes, seconds (DMS) —
28°36'50.0"N, 77°12'32.4"E. What paper maps, land records and legal descriptions use. - Degrees, decimal minutes (DDM) —
N28°36.833', E077°12.540'. What aviation and marine navigation use, and what is printed on aeronautical charts. Longitude is written to three digits (E077, not E77) so values line up when read in a column.
Why mixing them up is expensive
The notations are close enough to look interchangeable and far enough apart to matter. Reading DDM's 36.833 as if it were 36 minutes and 83.3 seconds puts you about 800 m from where you meant to be. Dropping a hemisphere letter puts you in the wrong half of the planet. Both mistakes produce output that looks entirely plausible.
Auto-detection, so you do not have to choose
Paste whatever you have — a single pair, a hundred lines, or a mix of all three notations in one block. Each line is identified on its own and converted to all three, shown side by side. There is no input-format dropdown to get wrong.
What else this handles
Hemisphere letters before or after the number, degree symbols present or absent, tabs or commas or semicolons as separators, comma decimal separators, UTF-8 byte-order marks from Windows exports, and blank lines. Rows that genuinely cannot be read are listed with the reason rather than quietly dropped.
For the DMS conversion in detail, see DMS to decimal degrees. To turn a converted list into a Google Earth file, use coordinates to KML.
How to use the Coordinate Converter
Takes about a minute. No signup, no download, your data stays in your browser.
- 1Open the tool. Scroll up to the Coordinate Converter above — it loads instantly in your browser, no install needed.
- 2Enter your values. The fields come pre-filled with realistic defaults so you can see how it works — replace them with your own numbers.
- 3Read the result. The output updates instantly. Copy or share it — nothing is uploaded to a server, everything stays on your device.
Frequently asked questions
Common questions about the Coordinate Converter.
Which notation should I use?
Use decimal degrees for anything going into software, DMS for legal and land documents, and DDM for aviation or marine navigation. If a system does not specify, decimal degrees is the safest default.
Can I convert a whole list at once?
Yes. Paste as many lines as you like, or drop a CSV or Excel file. Every row is converted and you can copy an entire column in one notation.
Does it support UTM or MGRS?
Not currently. The converter handles decimal degrees, DMS and DDM. UTM and MGRS support is planned.
Community rating
Discussion (0)
No comments yet. Start the discussion.
Keep exploring
Related tools across 7BusyBoss — all free, all instant.
More in Geo & Coordinate Converters
- KML to CSV Converter
- Coordinates to KML Converter
- DMS to Decimal Degrees Converter
- CSV to KML Converter
- Excel to KML Converter