← Back to Tools

Coordinate Converter

Convert coordinates between any two coordinate reference systems. Supports all EPSG codes — WGS84, UTM, State Plane, NAD83, and more.

About the Coordinate Converter

This tool converts a coordinate pair from one coordinate reference system (CRS) to another using the proj4js library. It supports all 8,000+ EPSG codes defined by the IOGP.

What is an EPSG code?

EPSG codes are standardized numeric identifiers for coordinate reference systems maintained by the International Association of Oil & Gas Producers (IOGP). For example, EPSG:4326 refers to WGS 84 (the GPS coordinate system), while EPSG:3857 is the Web Mercator projection used by Google Maps, OpenStreetMap, and other web mapping platforms.

When do you need coordinate conversion?

DMS vs. Decimal Degrees — What's the Difference?

Geographic coordinates can be expressed in three common notations, all representing the same location:

Converting between these notations is not the same as converting between coordinate reference systems. Notation conversion changes how the number is displayed; CRS conversion changes the actual coordinate values by applying a mathematical projection.