Source: EPSG:4326 — WGS 84
geographic system using latitude and longitude on an ellipsoid · Area of use: World (by country)
+proj=longlat +datum=WGS84 +no_defs +type=crsMore about EPSG:4326 →
Online coordinate converter from WGS 84 (EPSG:4326) to CH1903+ / LV95 (EPSG:2056). Enter your source coordinates and get the result instantly. All transformations happen in your browser — no data is sent to any server.
Converting from WGS 84 (EPSG:4326) to CH1903+ / LV95 (EPSG:2056) is the standard transformation for any work in Switzerland — swisstopo mapping, the cadastre, infrastructure planning. Because CH1903+ is aligned with ETRS89, the WGS 84 ↔ CH1903+ conversion is accurate to a few centimetres at modern epochs without any grid shift.
LV95 coordinates are deliberately offset from the older LV03 (EPSG:21781) by exactly 2,000,000 m east and 1,000,000 m north, so a glance at the easting/northing tells you which realisation a record uses.
Try it: Zürich Hauptbahnhof
Input (EPSG:4326): 8.5403, 47.3782
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4326", "EPSG:2056", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)geographic system using latitude and longitude on an ellipsoid · Area of use: World (by country)
+proj=longlat +datum=WGS84 +no_defs +type=crsMore about EPSG:4326 →
projected system measured in linear units (typically metres) · Area of use: Europe - Liechtenstein and Switzerland
+proj=somerc +lat_0=46.9524055555556 +lon_0=7.43958333333333 +k_0=1 +x_0=2600000 +y_0=1200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs +type=crsMore about EPSG:2056 →