Converter Tools
Plus Code Converter
Convert between Plus Codes (Open Location Code) and decimal latitude / longitude in your browser. Encode, decode, recover short codes, no signup.
Input coordinates
Use decimal degrees. Negative latitude is south of the equator. Negative longitude is west of the prime meridian.
Range: -90 to 90
Range: -180 to 180
Length 10 is the default share length in Google Maps. Length 11 and 12 add grid digits for room-level precision.
Famous landmark presets
Encoded Plus Code
Plus Code
8FW4V75V+8Q
Length 10 (cell width about 9.15 m, height 13.9 m at this latitude)
Code length
10 characters
Center latitude
48.8583125
Center longitude
2.2944375
Cell height (N to S)
13.9 m
Cell width (E to W)
9.15 m
Center as lat, lng
48.8583125, 2.2944375
Bounding box
Every point inside this rectangle shares the same Plus Code at the chosen length.
NW
48.858375
2.294375
N edge
48.858375
latitude
NE
48.858375
2.2945
W edge
2.294375
longitude
Center
48.858313
2.294438
E edge
2.2945
longitude
SW
48.85825
2.294375
S edge
48.85825
latitude
SE
48.85825
2.2945
Length reference
Cell sizes are taken at the equator. Cells get narrower in east-west direction at higher latitudes because longitudes converge at the poles.
| Length | Cell size | Useful for |
|---|---|---|
| 2 | 1100 km | Continent or large country |
| 4 | 110 km | Region or large city |
| 6 | 5.5 km | Neighborhood |
| 8 | 275 m | Street or block |
| 10 | 13.7 m | Building (default Google Maps share) |
| 11 | 3.5 m x 2.8 m | Room or vehicle |
| 12 | 85 cm x 56 cm | Precise pinpoint |
How to use
- Pick Encode coordinates to turn a latitude and longitude into a Plus Code, or Decode Plus Code to turn a code back into coordinates.
- In Encode mode, type or paste decimal latitude in [-90, 90] and longitude in [-180, 180), or click a landmark preset to fill both at once.
- Pick a code length: 10 matches the default Google Maps share length, 11 and 12 add grid digits for room-level and sub-meter precision, 8 is good for neighborhood-level codes.
- In Decode mode, paste any full Plus Code (for example 8FVC2222+22). Whitespace and case are ignored, so you can paste directly from a chat message.
- If you paste a short code (separator before position 8) the tool prompts for a reference latitude and longitude. Provide a known nearby point and the full code is recovered automatically.
- Read the result panel for the center coordinates, the bounding box, the cell width and height in meters, and click Open in Google Maps to verify the location.
About this tool
Plus Code Converter is a two-way tool for Google's Open Location Code, the open spec behind the Plus Codes shown next to every pin in Google Maps. Encode mode takes a decimal latitude and longitude plus a code length (8, 10, 11, or 12 characters) and returns the canonical Plus Code, the bounding box of the code's cell on the ground, the resolved center point in degrees, and the approximate cell dimensions in meters at that latitude. Decode mode accepts any full Plus Code such as 8FVC2222+22 and returns the center, the bounding box, the code length, and the same ground extent. Short Plus Codes (the WF8Q+WF style codes Google Maps shows when you are already near a location) are recognized automatically: the tool prompts for a reference latitude and longitude and uses Google's recover-nearest algorithm to expand the short code into the matching full code, the same way the official Maps app does. The encoder follows the published spec exactly: latitude is clipped to [-90, 90], longitude is wrapped into [-180, 180), and pair resolutions of 20, 1, 1/20, 1/400, and 1/8000 degrees are applied for the first ten characters. Beyond ten characters the cell is subdivided into a 4 by 5 grid for each additional digit, which is how Plus Codes reach building-level precision at length 10, room-level precision at length 11, and sub-meter precision at length 12. Famous landmark presets (Statue of Liberty, Eiffel Tower, Tokyo Tower, Sydney Opera House, Christ the Redeemer, Pyramid of Giza) seed the form with verified decimal coordinates, the result panel includes a one-click Open in Google Maps link, and copy buttons cover the Plus Code itself, the center latitude, the center longitude, and the combined lat, lng pair so it drops into a spreadsheet column. A length reference table explains what each code length is useful for, from continent-scale codes through building, vehicle, and pinpoint precision. Everything runs in your browser. The coordinates, reference points, and codes you convert never leave your device.
Free to use. Works in your browser. No signup, no login.
Related tools
You may also like
GPS Coordinate Converter
Convert latitude and longitude between DD, DMS, and DDM.
Open tool
ConverterGeohash Converter
Two-way geohash converter with precision, bounding box, and neighbor cells.
Open tool
ConverterUTM Coordinate Converter
Convert WGS84 lat/lon to UTM (zone, easting, northing) and back, with scale factor and convergence.
Open tool
ConverterGeoJSON Viewer and Validator
Preview, validate, and export any GeoJSON document against RFC 7946 in your browser.
Open tool
ConverterCSV to GeoJSON Converter
Turn a lat/lon CSV into a valid GeoJSON FeatureCollection of points.
Open tool