WPS Studio

GeoProcess Platform

v0.4

Coordinate Converter

Convert coordinates between EPSG:4326, EPSG:3857 and any CRS online. Supports custom Proj4 and WKT-1 definitions.

Convert Coordinates Online

Enter a coordinate pair, select the source and target CRS, and convert instantly. Supports decimal degrees, DMS and projected coordinates.

Supported Coordinate Formats

Example

Input:  41.0082° N, 28.9784° E  [EPSG:4326]
Output: 3220985.2, 5049499.6  [EPSG:3857]

How to Use the Coordinate Converter

  1. Enter the source EPSG code (e.g. 4326 for WGS 84 lat/lon).
  2. Enter the target EPSG code (e.g. 3857, or a UTM zone like 32633).
  3. Type or paste the coordinate values (longitude then latitude, or easting then northing).
  4. The converted result appears instantly below the input fields.
  5. Click Copy to copy the converted coordinates to your clipboard.

Coordinate Converter – Frequently Asked Questions

What is the difference between geographic and projected coordinates?

Geographic coordinates (e.g. EPSG:4326) express position in degrees of latitude and longitude. Projected coordinates (e.g. EPSG:3857) express position in linear units like meters on a flat 2D plane.

How do I convert latitude/longitude to UTM?

Enter 4326 as the source EPSG and your UTM zone EPSG as the target (e.g. 32633 for UTM Zone 33N). Paste your longitude and latitude to get easting and northing in meters.

Can I use Proj4 strings instead of EPSG codes?

Yes — paste any valid Proj4 definition string in place of an EPSG code.

What coordinate order does EPSG:4326 use in WPS Studio?

WPS Studio uses longitude first, then latitude, matching the GeoJSON convention (X, Y). This differs from some GIS software that uses lat/lon (Y, X) order.

How is this different from the EPSG Projection Converter?

The Coordinate Converter is for single coordinate pairs. The EPSG Projection Converter and WKT Projection Converter are optimised for bulk coordinates and full WKT geometry strings respectively.

Related GIS Tools