# Maidenhead Locator Encoder

Convert latitude and longitude coordinates to Maidenhead locator

> Canonical page: https://elysiatools.com/en/tools/maidenhead-encoder

- **Category:** Converter

- **Keywords:** maidenhead, locator, grid, coordinates, encoder, amateur, radio, ham

## Overview

The Maidenhead Locator Encoder is a precise utility designed to convert geographic latitude and longitude coordinates into the Maidenhead Locator System (QTH locator) used extensively in amateur radio and global positioning.

## Inputs

- **Latitude** (number): Enter latitude (-90 to 90)
- **Longitude** (number): Enter longitude (-180 to 180)
- **Precision** (select)

## When to use

- Determining your grid square for amateur radio contest exchanges.
- Calculating precise location identifiers for VHF/UHF propagation mapping.
- Standardizing geographic data into the Maidenhead format for logging software.

## How it works

- Enter your current latitude and longitude coordinates into the input fields.
- Select your desired precision level, ranging from 2-pair (Field/Square) to 4-pair (Extended) grids.
- Click the encode button to generate the corresponding Maidenhead locator string instantly.

## Use cases

- Amateur radio operators logging contacts during field day events.
- DXpedition planners identifying specific grid squares for signal propagation.
- Geocaching enthusiasts converting GPS coordinates to grid-based formats.

## Frequently asked questions

### What is a Maidenhead locator?

It is a grid-based system used by radio amateurs to concisely describe a geographic location on Earth.

### How does precision affect the output?

Higher precision adds more character pairs to the locator string, narrowing down the geographic area from a large field to a very small square.

### Can I use negative numbers for coordinates?

Yes, use negative values for Southern latitudes and Western longitudes.

### Is this tool suitable for mobile use?

Yes, the interface is responsive and works on any device with a web browser.

### What is the difference between 2, 3, and 4 pairs?

2 pairs represent a large grid square, 3 pairs represent a subsquare, and 4 pairs provide high-resolution extended grid data.

## Related tools

- [Geohash Generator](https://elysiatools.com/en/tools/geohash-generator): Generate geohash from latitude and longitude coordinates
- [Maidenhead Locator Decoder](https://elysiatools.com/en/tools/maidenhead-decoder): Decode Maidenhead locator to latitude and longitude coordinates
- [Cron to Quartz Converter](https://elysiatools.com/en/tools/cron-quartz-converter): Convert standard cron expressions to Quartz cron format
- [Crontab Converter](https://elysiatools.com/en/tools/crontab-converter): Convert crontab format between standard cron and enhanced formats
- [Human Size Converter](https://elysiatools.com/en/tools/human-size-converter): Convert between bytes and human-readable file size formats (KB, MB, GB, TB)
- [Coordinates to Maidenhead](https://elysiatools.com/en/tools/coords-to-maidenhead): Convert latitude and longitude to Maidenhead locator system (used by amateur radio operators)
- [H3 and S2 Hexagonal Cell Index Encoder and Neighbor Bridge](https://elysiatools.com/en/tools/h3-and-s2-hexagonal-cell-index-encoder-and-neighbor-bridge): Encode lat/lng into Uber H3 hexagons (res 0-15) and Google S2 Hilbert cells (level 1-30) with index, id, token, quadkey, areas, k-ring neighbors, compaction, parent ladders and round-trip drift.
- [Open Location Code Plus Codes Encoder / Decoder](https://elysiatools.com/en/tools/open-location-code-plus-codes-encoder-decoder): Convert coordinates and Google Plus Codes in both directions, including short-code recovery and refinement precision.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
