Skip to content
Geo Utilities

H3 Converter

Convert between coordinates and Uber H3 hexagonal grid cells.

How to use
  1. Coordinates → H3: enter a point and resolution (0–15) to get its H3 cell.
  2. H3 → Coordinates: paste an H3 cell to see its center, boundary, parent, and children.
  3. Batch (CSV) tab converts many coordinates to H3 cells at once.
Point

Decimal (127.0276) or DMS (127°01'39.4"E)

H3 Cell8930e1ca2bbffff
Resolution9

Map Preview

Loading map…

Bidirectional H3 Conversion

Encode WGS84 coordinates as H3 cells or decode an H3 cell to its center and polygon boundary. Inspect resolution, area, parent, child, and neighboring cells.

Frequently asked questions

What H3 resolution should I pick?

Resolutions run 0 (continent-scale) to 15 (sub-meter); city-scale analysis commonly starts around 7–9.

How was accuracy verified?

Against H3's own documented example values, not just an internal round-trip test.

Related GIS guides

Report an issue