Geohash Tool
Geohash Tool
Bidirectional geohash utility.
Geohash Result
About the Geohash Tool Online Free Tool
The Geohash Tool Online Free Tool encodes latitude/longitude coordinates into geohash text or decodes a geohash back to its approximate center coordinate.
How to Use the Geohash Tool Online
- Select encode or decode mode.
- Enter latitude, longitude, and precision for encoding, or a geohash for decoding.
- Run the tool to review the encoded hash or decoded coordinate.
Choosing Options Correctly
Higher precision creates a smaller cell but longer text. Decoded coordinates represent the cell center, not necessarily the original exact coordinate used to create the hash.
Common Use Cases
- Create geohashes for spatial indexing.
- Decode stored geohash values during debugging.
- Compare precision levels for location bucketing.
Quick FAQ
Is geohash lossless?
No. It encodes a location cell, and precision controls the cell size.
Can I decode any text?
No. The input must use the valid geohash alphabet.
What does higher precision do?
More characters create a smaller cell and a more specific location, up to the precision supported by the tool.
Is geohash a coordinate system replacement?
No. It is a compact spatial index. Keep original coordinates when exact values matter.
Related Tools
Geo Distance Calculator
Calculate great-circle distance between two latitude/longitude points.
Bearing Calculator
Calculate initial bearings between two geographic points.
Coordinate Format Converter
Convert coordinates between decimal degrees and DMS formats.
Geographic Midpoint Calculator
Compute midpoint coordinate between two points on Earth.