Categories

Maidenhead Locator Encoder

Convert latitude and longitude coordinates to Maidenhead locator

Key Facts

Category
Converter
Input Types
number, select
Output Type
text
Sample Coverage
2
API Ready
Yes

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.

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.

Examples

1. Standard Grid Identification

Amateur Radio Operator
Background
An operator is preparing for a VHF contest and needs to report their location to other stations.
Problem
The operator knows their GPS coordinates but needs the standard 6-character Maidenhead locator.
How to Use
Input latitude 40.7128 and longitude -74.006, then select 3 pairs precision.
Outcome
The tool outputs 'FN20tq', which the operator uses for their contest exchange.

2. High-Precision Mapping

Propagation Researcher
Background
A researcher is mapping signal coverage for a local repeater network.
Problem
Standard grid squares are too large; the researcher requires higher resolution to track signal drop-offs.
How to Use
Input precise coordinates and select 4 pairs (Extended) precision.
Outcome
The tool generates an 8-character locator, providing the necessary resolution for detailed mapping.

Try with Samples

converter

Related Hubs

FAQ

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.

API Documentation

Request Endpoint

POST /en/api/tools/maidenhead-encoder

Request Parameters

Parameter Name Type Required Description
latitude number Yes -
longitude number Yes -
precision select No -

Response Format

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Text: Text

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-maidenhead-encoder": {
      "name": "maidenhead-encoder",
      "description": "Convert latitude and longitude coordinates to Maidenhead locator",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=maidenhead-encoder",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]