1001Ferramentas
🧭 Converters

Coordinates Converter

Convert geographic coordinates between decimal degrees (DD) and degrees-minutes-seconds (DMS). Handles formats like -23.55 ↔ 23°33'00"S. Everything in your browser.

Latitude

Longitude

Google Maps

Os dois formatos

Graus decimais (DD) — usado em GPS, APIs e bancos de dados. Latitude varia de -90 (Sul) a 90 (Norte) e longitude de -180 (Oeste) a 180 (Leste). Ex: -23.5505, -46.6333.

Graus, minutos e segundos (DMS) — formato tradicional usado em mapas náuticos e cartografia. Cada grau tem 60 minutos, cada minuto tem 60 segundos. O hemisfério (N/S/E/W) substitui o sinal. Ex: 23°33'01.8"S, 46°37'59.9"W.

Tudo no navegador.

When the GPS speaks DMS and the database speaks decimal

A survey report, an old chart or a handheld GPS hands you 23°33'01.8 S, and the field you have to paste it into expects -23.5505. Or the other way round: you have the decimal pair and the paperwork insists on degrees, minutes and seconds. Both directions are here, one button each, and every result comes with a ready Google Maps link so you can check that the point landed where you expected.

Here is what trips people up: in decimal degrees the sign carries the hemisphere, while in DMS the letter does. South and West are negative. Paste 23°33'01.8 with no S at the end and the converter assumes North and hands back a positive number, putting your point in the wrong half of the planet. The field takes free-form text and, when the pattern is not recognised, falls back to reading whatever you pasted as a plain decimal.

Open the Maps link before you trust the output. A flipped sign usually drops the pin in the middle of an ocean, which is obvious on a map and invisible in a spreadsheet. Precision follows the decimals: six places sit around 11 cm, four places are already 11 m. What it does not do is change datum (WGS84, NAD83, SIRGAS2000) or produce UTM coordinates. Everything runs in the browser, nothing is uploaded.

Frequently asked questions

Why does my coordinate come out negative?
Southern latitudes and western longitudes are negative in decimal degrees. DMS has no sign at all: the S or W letter does that job, which is why the two formats look so different for the same place.
Can I paste text straight from Google Maps?
Yes. In DMS to Decimal mode the fields accept free-form text with degrees, minutes, seconds and the hemisphere letter. A plain decimal number pasted into the same field also works.
Does converting change the datum or reference system?
No. It only reformats the same pair of numbers, so the reference frame stays whatever the source used. Changing datum or converting to UTM needs a different tool.

Related Tools