What3words Style Converter

Enter a decimal latitude and longitude to get a deterministic three-word location address — a client-side demo of the what3words concept.

Encode Coordinates

Decode Three Words

No result yet

Enter coordinates on the left and click Convert.

About this demo

Grid step: 0.000027° (~3 m at equator). Words are picked from a 1,000-word vocabulary using deterministic index arithmetic. Results are stable but do not match the official what3words API.

Copied!

Summary

Enter a decimal latitude and longitude to get a deterministic three-word location address — a client-side demo of the what3words concept.

How it works

  1. Enter a decimal latitude (−90 to 90) and longitude (−180 to 180).
  2. The tool quantizes the coordinates into a grid of roughly 3-meter squares (0.000027° steps).
  3. Each grid cell is mapped to a unique pair of indices derived from its row and column.
  4. Three words are selected from a 1,000-word vocabulary using those indices, producing a stable address.
  5. Copy the three-word address with one click for sharing or reference.

Use cases

Frequently Asked Questions

Related tools

Last updated: 2026-05-29 · Reviewed by Nham Vu