A tool to mutually convert between decimal latitude/longitude and Geohash (a system for representing global locations as strings).
Perfect for map app integration and database location debugging. Use the clipboard-linked copy and paste buttons for smooth investigations.
Latitude / Longitude
Geohash
(Geohash)
(Geohash)
Precision (digits)
*Length of Geohash
*Length of Geohash
8digits
- What is Geohash: A system that encodes geographic location information into a short string.
- The longer the string (more digits), the smaller the area it represents with higher precision.
(e.g. 5 digits = approx 5km sq, 8 digits = approx 38m x 19m, 10 digits = approx 1m x 0.6m) - Latitude and longitude input supports not only comma-separated values (35.6, 139.7) but also formats like "N 35°47'...".