Convert latitude & longitude to UTM coordinates — zone number, band letter, easting and northing. Includes reverse conversion and special zone handling.
The UTM Zone Finder converts geographic coordinates (latitude/longitude) to UTM (Universal Transverse Mercator) coordinates and vice versa. UTM is a plane coordinate grid system dividing the Earth into 60 longitudinal zones, each 6° wide, widely used in cartography, surveying, GPS, and GIS applications.
Uses the WGS84 ellipsoid (semi-major axis 6 378 137 m, flattening 1/298.257). Zone number = ⌊(lon+180)/6⌋+1. Band letter from 20 bands (C–X, omitting I & O), each 8° tall (X is 12°). Implements the transverse Mercator projection with scale factor k₀ = 0.9996 and a 500 000 m false easting. Handles Norway (zone 32V) and Svalbard (31X/33X/35X/37X) special exceptions.