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.
Cole DMS no formato livre (ex: 23°33'01.8"S 46°37'59.9"W) ou preencha os campos.
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?
Can I paste text straight from Google Maps?
Does converting change the datum or reference system?
Related Tools
Text ↔ Decimal Converter
Convert ASCII text to decimal codes and vice versa. Each character is represented by its decimal value in the ASCII table.
Degrees ↔ Radians (with table)
Convert angles between degrees and radians. Includes a table of common values (0, 30, 45, 60, 90, 180, 270, 360).
Numeric Bases Converter
Convert numbers between binary (base 2), decimal (base 10), hexadecimal (base 16) and octal (base 8). Type in any field for instant conversion in the others.
Angle Converter
Convert angles between degrees (°), radians (rad), gradians (grad) and turns. Instant result in the browser.
Temperature Converter
Convert temperatures between Celsius, Fahrenheit, Kelvin and Rankine in real time. Simple, fast and processed directly in your browser.
BR ↔ US Number Format Converter
Converts numbers in bulk between Brazilian (1.234,56) and US (1,234.56) formats, auto-detecting the decimal separator line by line.