Geolocation to Address - Online Reverse Geocode
Enter latitude and longitude and get a human‑readable address using the browser's built‑in reverse geocoding (if available).
UD5 Toolkit
Convert between Latitude/Longitude and Geohash strings instantly
| Level | Chars | Lat Error | Lon Error | Approx. Grid Size | Use Case |
|---|---|---|---|---|---|
| 1 | 1 | ±23° | ±23° | ~5,000 km | Continent level |
| 2 | 2 | ±2.8° | ±5.6° | ~1,250 km | Country level |
| 3 | 3 | ±0.35° | ±0.7° | ~156 km | Region level |
| 4 | 4 | ±0.044° | ±0.087° | ~39 km | City level |
| 5 | 5 | ±0.0055° | ±0.011° | ~4.9 km | Neighborhood |
| 6 | 6 | ±0.00068° | ±0.0014° | ~1.2 km | Street / block |
| 7 | 7 | ±0.000085° | ±0.00017° | ~153 m | Building level |
| 8 | 8 | ±0.000011° | ±0.000021° | ~38 m | Entrance / spot |
| 9 | 9 | ±0.0000013° | ±0.0000026° | ~4.8 m | High precision |
| 10 | 10 | ±0.00000017° | ±0.00000033° | ~1.2 m | Survey grade |
| 11 | 11 | ±0.000000021° | ±0.000000042° | ~15 cm | Ultra precise |
| 12 | 12 | ±0.0000000026° | ±0.0000000052° | ~3.7 cm | Maximum precision |
9q8yyk8) pinpoints a location within roughly 153 meters, suitable for building-level accuracy. An 8-character Geohash narrows it to about 38 meters (entrance level). For most consumer applications, precision levels 7-9 offer the best balance between string length and spatial accuracy. Refer to the precision reference table above for detailed error margins at each level.
0123456789bcdefghjkmnpqrstuvwxyz) intentionally omits a, i, l, and o to prevent confusion with digits and to avoid forming potentially offensive English words. The letter 'l' looks like '1', 'o' looks like '0', and 'a' and 'i' could form unintended words when Geohash strings appear in URLs or databases. This design choice improves readability and reduces data entry errors.
9q8y. This makes Geohash extremely efficient for proximity queries—simply search for all records with a given prefix. However, be aware of edge cases: two points very close together but on opposite sides of a grid boundary may have completely different Geohash values. To handle this, always query the 8 adjacent grid cells as well.
0123456789bcdefghjkmnpqrstuvwxyz). While some implementations may accept uppercase input by normalizing it, the canonical representation is always lowercase. Our tool automatically converts uppercase input to lowercase for decoding.
Enter latitude and longitude and get a human‑readable address using the browser's built‑in reverse geocoding (if available).
Paste a string of weather emojis and get a written weather forecast. Fun and educational emoji tool.
Create SEO‑friendly slugs that handle characters from any language. Removes accents, converts Cyrillic, Greek, etc. to Latin. Local.
View the moon phase for any date in past or future. See full moon dates and eclipses for a given year.
Instantly convert plain text into HTML‑safe escaped characters for secure display in web pages. Prevent cross‑site scripting. All processing local.
Validate a language tag like en‑US or zh‑Hans against the IANA registry. Ensure correct HTML lang attribute.
Enter any number up to trillion and get the English word representation. For filling out checks or legal documents.
Paste any DNS record and check if its format is valid for the selected record type (A, AAAA, CNAME, MX, TXT, SRV). Prevents typos.
Convert .srt subtitles to .vtt format for web video players. Preserves all timestamps and formatting. Local.
Reverse any short video clip and download the backward version. Fun for creative effects. Browser‑based.
Convert plain text into HTML‑safe strings by escaping <, >, &, and quotes. Insert into code safely. Local copy.
Paste a WebVTT file and instantly check for syntax errors. Validate timestamps and cue formatting. Essential for video devs.
Convert plain text lines into HTML ordered or unordered lists. Instantly copy the generated HTML to paste into your website. No hassle, fully browser-based.
Search common dream symbols and their traditional meanings. For entertainment and self-reflection. Static data.
Set your birth date and see a live countdown with days, hours, minutes, and seconds. Shareable link. Pure frontend.
Paste your manifest.json and instantly validate it against the W3C spec. Catch errors and warnings. Client‑side.
Paste an HTML snippet and check for common ARIA mistakes: missing labels, invalid roles, and aria‑hidden misuse. Educate your team.
Paste JavaScript and catch syntax errors instantly with line numbers. Lightweight pre‑commit check. Local.
Enter original and target color to compute the exact CSS hue‑rotate(deg) filter needed. For precise icon and image tinting.
Paste HTML snippet and highlight interactive elements missing accessible labels. Quick a11y audit.
Create a fully accessible form by adding fields; the tool generates the proper labels, inputs, and ARIA attributes. Copy the clean HTML.
Enter a text color and background color and instantly see if the combination passes WCAG AA and AAA ratio. Safe colors.
Enter an HTML snippet and see a rough transcription of what a screen reader might announce. Check alt texts.
Interactive visual guide to figure out if a door is left-handed or right-handed. Click through steps. Avoid ordering the wrong door.
Generate a grand, aristocratic title like 'Duke of Waffleshire'. Perfect for silly fun or RPG characters. Local.
Build a simple decision tree by adding yes/no nodes. Flowchart style. Export as text outline.
Automatically restore natural colors to a photo by removing color casts. Gray world algorithm. One‑click fix. Canvas.
Paste a set of hex colors and simulate how they appear with common color vision deficiencies. Get contrast warnings.
Paste an SVG and check if the graphic‑aria roles are used correctly. Improve accessible diagrams and icons.
Shift the color temperature of your photo towards warm (orange) or cool (blue). Instant canvas filter. Download result.