# Coordinates to Maidenhead

Convert latitude and longitude to Maidenhead locator system (used by amateur radio operators)

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

- **Category:** Geography

- **Keywords:** maidenhead, locator, grid, amateur, radio, coordinates, qth, encode

## Overview

This tool converts geographic coordinates (latitude and longitude) into the Maidenhead locator system, a grid-based code commonly used by amateur radio operators to specify locations for communication and logging.

## Inputs

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

## When to use

- When you need to determine your Maidenhead grid square for amateur radio contacts or contests.
- When converting GPS coordinates to a standardized locator format for mapping or station setup.
- When planning radio operations that require precise grid square information for logging or coordination.

## How it works

- Enter the latitude value between -90 and 90 degrees in the designated field.
- Enter the longitude value between -180 and 180 degrees in the designated field.
- The tool processes the inputs and outputs the corresponding Maidenhead locator code in JSON format.

## Use cases

- Amateur radio operators sharing their grid square during contests or daily communications.
- Logging contacts in radio logs where Maidenhead locators are required for record-keeping.
- Integrating coordinate data into software or maps that utilize the Maidenhead system for location referencing.

## Frequently asked questions

### What is a Maidenhead locator?

A Maidenhead locator is a grid-based system used to represent geographic locations, primarily in amateur radio for specifying positions.

### How accurate is the conversion?

The conversion is precise based on the input coordinates, generating a standard 6-character Maidenhead code.

### Can I use this for locations outside Earth?

No, this tool is designed only for Earth-based coordinates within the specified latitude and longitude ranges.

### What format does the output use?

The output is provided in JSON format, containing the Maidenhead locator string derived from the coordinates.

### Are there any limitations on input values?

Yes, latitude must be between -90 and 90, and longitude between -180 and 180; values outside these ranges are not supported.

## Related tools

- [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.
- [Maidenhead to Coordinates](https://elysiatools.com/en/tools/maidenhead-to-coords): Convert Maidenhead locator system to latitude and longitude (used by amateur radio operators)
- [Address to Latitude Longitude](https://elysiatools.com/en/tools/address-to-lat-lon): Geocode an address into normalized place details, latitude, and longitude coordinates
- [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.
- [ASCII85 Converter](https://elysiatools.com/en/tools/ascii85-converter): Encode and decode text to/from ASCII85 format (Adobe version)
- [Avro Converter](https://elysiatools.com/en/tools/avro-converter): Encode and decode data to/from Avro data serialization format with schema support
- [Base32 Converter](https://elysiatools.com/en/tools/base32-converter): Encode and decode text to/from Base32 format with multiple variants
- [Base45 Converter](https://elysiatools.com/en/tools/base45-converter): Encode and decode text to/from Base45 format (RFC 9285)

## 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

## Related content

- [Geospatial Coordinate Conversion and Map Data Workflow](https://elysiatools.com/en/hubs/geospatial-coordinate-workflows): Normalize coordinate formats, verify locations, calculate distance and bearing, then convert GeoJSON, KML, OSM, and GPX data for downstream mapping work.
