Geohash Decoder
- Center
- Latitude: 42.60498Longitude: -5.603027
- Precision & error
- Precision (characters): 5± Latitude error: 0.0219727± Longitude error: 0.0219727
- Bounding box
- Latitude min: 42.583008Latitude max: 42.626953Longitude min: -5.625Longitude max: -5.581055
Decoded locally in your browser by un-interleaving the base32 bits back into a latitude/longitude cell. Nothing is generated or sent anywhere — your geohash stays only on this page.
Read the location a geohash points to
A geohash is a base32 string (the alphabet omits a, i, l, and o) that encodes a latitude/longitude point by interleaving longitude and latitude bits, each one halving the active range. Decoding reverses that: every character narrows the cell, so the more characters, the smaller the cell and the smaller the ± error on each axis. The result is a rectangular cell, not an exact point — this tool reports its center, the half-width error, and the bounding box. Decoding is case-insensitive. To create one, use the geohash generator.