Skip to content
transform

Convert coordinates between any EPSG CRS

Free, fast, accurate online coordinate converter. Pick a source and target coordinate reference system, paste your coordinates, and get the result instantly — all in your browser. Supports 7,000+ EPSG codes including WGS 84, Web Mercator, UTM, NAD83, ETRS89, OSGB36, and every state plane and national grid.

Direct link to this transformation: epsgtransform.com/transform/epsg-4326-to-epsg-3857

Popular transformations

Official datum transformations

Published EPSG operations with parameters, accuracy and area of use:

Browse all official EPSG transformations →

Browse popular coordinate systems

Guides

How to convert coordinates between CRSs

  1. 1. Select the source CRS — the coordinate reference system your input is in. If you don't know, it's almost always WGS 84 (EPSG:4326) for GPS-derived data.
  2. 2. Select the target CRS — what you want to convert to. For web maps, choose Web Mercator (EPSG:3857); for surveying in metric units, an appropriate UTM zone or national grid.
  3. 3. Enter your coordinates— as decimal "lon, lat" (or "x, y") or as DMS such as "40°26'46"N 79°58'56"W". The result updates instantly.

Frequently asked questions

What is an EPSG code?
An EPSG code is a numeric identifier maintained by the IOGP (originally the European Petroleum Survey Group) for a specific Coordinate Reference System or coordinate transformation. Each code uniquely defines a CRS by its datum, ellipsoid, projection and units.
Is this converter free?
Yes. EPSG Transform is free to use with no registration, no rate limits and no advertising. All conversions are computed in your browser — your coordinates never leave your device.
How accurate are the conversions?
Projection-only conversions (e.g. WGS 84 ↔ Web Mercator) are accurate to floating-point precision. Datum shifts using Helmert seven-parameter transformations are accurate to a few metres. High-precision grid-based datum shifts (NTv2, NADCON, OSTN15) require external grid files and are not currently performed in-browser.
Can I link directly to a specific transformation?
Yes. Every popular pair has a permalink of the form /transform/epsg-XXXX-to-epsg-YYYY (for example /transform/epsg-4326-to-epsg-3857). Share the URL — it works without JavaScript and renders a fully indexable HTML page.
What CRSs do you support?
All 7,000+ active EPSG codes — geographic (WGS 84, NAD83, ETRS89), projected (UTM, Web Mercator, state plane, national grids), geocentric, vertical and compound systems.
Do my coordinates leave my browser?
No. Coordinate transformations are computed locally with proj4js. The site is statically delivered and does not transmit, store or log the coordinates you enter.