Geohash Encoder / Decoder
Encode latitude/longitude coordinates into a compact geohash string, or decode a geohash back to coordinates.
Encode → Geohash
~±19 m
Geohash
gcpvj0du
Decode ← Geohash
About Geohash Encoder / Decoder
A geohash is a compact alphanumeric string that encodes a geographic coordinate into a hierarchical spatial index. It works by recursively bisecting the world into a grid and encoding the path taken to reach a cell. Longer strings mean smaller, more precise cells. Geohashes with the same prefix are geographically nearby, making them useful for proximity queries in databases. This tool implements the standard Geohash algorithm using base-32 encoding with the alphabet 0–9bcdefghjkmnpqrstuvwxyz.
Private & free — this tool runs entirely in your browser.
Recommended: IndieKit — Ship your Next.js startup in days.affiliate
Related Converters tools
JSON to YAML
Convert JSON into clean, readable YAML instantly.
YAML to JSON
Convert YAML configuration into valid JSON.
JSON to CSV
Flatten a JSON array of objects into CSV rows.
CSV to JSON
Parse CSV with headers into a JSON array of objects.
JSON to XML
Convert JSON structures into nested XML markup.
JSON to SQL
Turn a JSON array of objects into SQL INSERT statements.
CSV to XML
Convert CSV rows into structured XML records.
XML to CSV
Flatten repeated XML records into CSV rows.