HOW TO USE
    FREE TOOL ← All Tools

    Online Coordinate Converter — WGS84, UTM, MGRS, NAD83, BNG & State Plane

    Convert between WGS84, Decimal Degrees, DMS, Web Mercator, UTM, MGRS, NAD83, US State Plane, British National Grid, Lambert 93, GDA2020, SVY21, PRS92 and more — instantly, in the browser.

    Connected to ArcGIS Online
    1
    ArcGIS Online — Content tab: Go to arcgis.com → Content, click your Feature Layer item → scroll the right panel down → copy the URL ending in /FeatureServer/0
    2
    ArcGIS Online — Map Viewer: Open your web map → click a layer in the layers panel → ⋯ More options → View item details → Item page → URL in bottom-right.
    3
    Organizational AGOL: Works with personal arcgis.com accounts and organizational portals (yourorg.maps.arcgis.com). URL format: https://services.arcgis.com/{orgId}/arcgis/rest/services/{name}/FeatureServer/0
    4
    Not sure which layer? Use the free REST Explorer → — paste your org URL and browse all your Feature Services visually.
    🔍 Why are my points in the ocean? Diagnostic
    Upload a CSV — GISGP detects swapped lat/lon, Web Mercator instead of WGS84, EU decimal commas, and out-of-range values. Fixes applied in your browser, nothing uploaded.
    📂
    Drop CSV here or click to browse
    .csv / .txt / .xlsx · processed locally
    DD → DMS, UTM & MGRS
    Decimal degrees to DMS, Mercator, UTM and MGRS
    Enter lat/lon above…
    Web Mercator → DD
    EPSG:3857 coordinates to decimal degrees
    Enter X/Y above…
    DMS → DD
    Degrees/minutes/seconds to decimal degrees
    Enter DMS values above…
    UTM → DD
    UTM zone + easting/northing to decimal degrees
    Enter zone, easting/northing above…
    MGRS → DD
    Military Grid Reference System to decimal degrees
    Enter an MGRS coordinate above…
    Works with or without spaces · 2–10 digit precision (1km down to 1m).
    Any CRS ↔ WGS84
    NAD83, NAD27, SVY21, PRS92, Arc1960, MTM & all US State Plane zones
    Select systems and enter coordinates…
    Accuracy depends on the datum: modern systems convert to ~1–5 m (Helmert shift); some legacy datums (e.g. NAD27) are approximate — not survey-grade.
    Quick Reference
    Common coordinate system info
    SystemWKIDUnits
    WGS 84 (GPS)4326Decimal degrees
    Web Mercator3857Meters
    Web Mercator (aux)102100Meters
    NAD 834269Decimal degrees
    NAD 274267Decimal degrees
    UTM (per zone)variesMeters · 60 zones, 6° wide
    MGRSUTM + 100km grid square ID
    ℹ Click any result value to copy it to clipboard.
    Location Preview
    Enter coordinates to see location

    Frequently Asked Questions

    Everything you need to know about converting GIS coordinates.

    What is MGRS and how do I read it?
    MGRS (Military Grid Reference System) encodes a location as a UTM zone number + latitude band letter (e.g. "18T"), a 100km grid square ID (two letters, e.g. "WL"), and an easting/northing pair truncated to the precision you need — 1km (2 digits each), 100m (3 digits), 10m (4 digits) or 1m (5 digits). "18T WL 80735 04695" reads as zone 18T, square WL, 80735m east / 04695m north within that square.
    What UTM zone is my location in?
    The world is divided into 60 UTM zones, each 6° of longitude wide, numbered 1 (180°W) to 60 (174°E). Enter any latitude/longitude in the "DD → DMS, UTM & MGRS" card above and the zone is calculated automatically along with the easting and northing in meters.
    Is NAD83 the same as WGS84?
    They're not identical, but for most non-survey-grade GIS work they're close enough to treat as equivalent — under 1–2 meters apart across the continental US. If you need true geodetic accuracy (engineering, legal surveys), use a proper datum transformation grid (e.g. NADCON) rather than assuming equivalence. This tool works in WGS84 — the same datum used by ArcGIS Online's REST API and GPS devices.
    What's the difference between Easting/Northing and Latitude/Longitude?
    Latitude/longitude are angular coordinates (degrees) on the globe. Easting/northing are linear coordinates (meters) on a flat projected grid — UTM and Web Mercator both use easting/northing. They're not interchangeable between projections: a UTM easting/northing pair only makes sense together with its zone number, while a US State Plane easting/northing needs its specific state plane zone — pick it in the "Any CRS ↔ WGS84" card above.
    How accurate is this converter?
    WGS84 ↔ UTM ↔ MGRS conversions use the standard ellipsoidal transverse Mercator formulas and round-trip to sub-millimeter precision. Web Mercator (EPSG:3857) uses the spherical approximation, same as ArcGIS Online and most web maps — fine for visualization, not for survey-grade measurement.
    Can I use these coordinates directly with ArcGIS Online?
    Yes. The "AGOL format" row in each result gives you the longitude, latitude order GISGP and most Esri REST endpoints expect (outSR=4326). For pulling or filtering features from a live ArcGIS Online Feature Service by coordinate, see the Feature Count or Where Builder tools.
    How do I convert NAD83 to WGS84?
    In the "Any CRS ↔ WGS84" card, set From = NAD83 (EPSG:4269) and To = WGS 84, then enter your longitude/latitude. For most GIS work the two datums differ by under ~1–2 m; this tool applies a Helmert transformation, not a NADCON grid shift, so use survey-grade tools if you need centimetre accuracy.
    How do I convert US State Plane to lat/long?
    Use the "Any CRS ↔ WGS84" card: set From to your NAD83 State Plane zone (all ~120 zones are listed, in both metres and US survey feet), enter the easting and northing, and read the WGS84 latitude/longitude. Make sure you pick the correct zone and units — State Plane eastings/northings are only meaningful within their own zone.
    Can I convert SVY21, PRS92 or Arc 1960 coordinates?
    Yes. The "Any CRS ↔ WGS84" card supports Singapore SVY21 (EPSG:3414), Philippines PRS92 zones (EPSG:3121–3125), East Africa Arc 1960 UTM and Canadian MTM zones, among others. Pick the system as the From CRS, enter the coordinates, and convert to WGS84 (or any other listed system).
    Does this convert BGS2005 (Bulgarian national coordinate system)?
    Yes. In the "Any CRS ↔ WGS84" card, set From CRS to BGS2005 / CCS2005 (EPSG:7801) — Bulgaria's official national coordinate system, defined by Наредба № 8 (2010) — enter your X/Y in metres, and set To CRS to WGS84. Works both directions: also convert lat/lon back to BGS2005 X/Y for cadastral or kadastar.bg-style workflows.
    How do I convert British National Grid (BNG) to latitude and longitude?
    In the "Any CRS ↔ WGS84" card, set From CRS to OSGB36 / British National Grid (EPSG:27700), enter your Easting and Northing in metres, and set To CRS to WGS84. The converter applies the standard 7-parameter Helmert shift (EPSG:1314), giving accuracy of approximately 1–4 m. For survey-grade accuracy, use the Ordnance Survey OSTN15 grid — not feasible in a browser tool.
    DO MORE WITH A FREE ACCOUNT
    Save your services, export AGOL layers to Excel / CSV, and automate recurring exports — no ESRI Pro license, no credit card.
    Create free account →