Convert addresses and GPS coordinates
Searching...
Click on the map to display coordinates of that location
Add coordinates to list on each map click
Enable append mode
The standard coordinate system for GPS. Most map services use WGS84.
1 degree = 60 minutes, 1 minute = 60 seconds. e.g., 37° 30' 30" = 37.5083°
Latitude ranges from -90 to 90, longitude from -180 to 180. Positive values are North/East, negative are South/West.
6 decimal places gives approximately 10cm accuracy. Generally, 5 decimal places is sufficient.
How to convert decimal coordinates to degrees (°), minutes ('), and seconds (").
Example: 37.566535° → 37° 33' 59.53"
Formula to convert DMS coordinates to decimal degrees.
DD = Degrees + (Minutes ÷ 60) + (Seconds ÷ 3600)
Example: N 37° 33' 59" + E 126° 58' 41" → 37.566389, 126.978056
A tool that converts between addresses and GPS coordinates (latitude/longitude). Enter an address to get coordinates, or enter coordinates to find the address. You can also select coordinates directly by clicking on a map. Supports conversion between DD (decimal degrees) and DMS (degrees, minutes, seconds) formats.
* World Geodetic System 84 (WGS 84)