Coordinate Converter

Transform coordinates between different systems

Source Coordinates

Destination Coordinates

Add Custom EPSG Code

EPSG:

Understanding Geographic & Projected Coordinates

Geographic coordinates represent positions on the three-dimensional, curved surface of the Earth. A projected coordinate system, on the other hand, projects these 3D positions onto a flat, two-dimensional map surface. Understanding the mathematical relationships between these systems is essential for GIS calculations, cartography, navigation, and engineering.

Geodetic Datums: WGS 84, NAD 83, and Ellipsoids

Because the Earth is an irregular oblate spheroid rather than a perfect sphere, map-makers use geodetic datums to model its shape. The most common global datum is WGS 84 (World Geodetic System 1984), which is the baseline system utilized by GPS worldwide. In North America, the NAD 83 (North American Datum 1983) is widely used for federal and state mapping. Each datum is anchored to a specific reference ellipsoid (such as GRS 80) to optimize horizontal and vertical measurement accuracy.

Grid Projections: UTM and Web Mercator

To perform local surveying or precise calculations, spatial coordinates are mapped to a planar grid:

  • UTM (Universal Transverse Mercator): Divides the Earth into 60 longitudinal zones, each 6 degrees wide. By minimizing distortion within each local zone, UTM provides highly accurate distance measurements in meters.
  • Web Mercator (EPSG:3857): The standard grid system for major web mapping APIs (Google Maps, OpenStreetMap). While it distorts geographic area size near the poles, it preserves angles and directions, making map navigation fast and visually consistent.

Transforming Coordinates Securely

Converting coordinates from latitude and longitude (decimal degrees) to projected coordinates (meters) requires complex ellipsoid trigonometry. Our converter performs all mathematical coordinate projections client-side in your web browser. This means your coordinate datasets are never sent to external servers, providing maximum data privacy and processing speed.

Help & Guide

Coordinate Converter

Convert coordinates between 120+ coordinate systems including WGS84, UTM, NAD83, and Web Mercator. Essential for GIS, surveying, and mapping applications.

How to Use

  1. 1Select source coordinate system (e.g., WGS84 for GPS)
  2. 2Enter your coordinates (lat/lon or easting/northing)
  3. 3Select destination coordinate system
  4. 4Click Convert to see transformed coordinates

Features

Geographic Systems

  • WGS 84 (EPSG:4326) - GPS standard
  • NAD83 (EPSG:4269) - North America
  • ETRS89 (EPSG:4258) - Europe

Projected Systems

  • UTM Zones 1-60 (North & South)
  • Web Mercator (EPSG:3857)
  • Custom EPSG codes via epsg.io

FAQ

Related Tools