Degrees to DMS Converter

Convert between decimal degrees and DMS format with batch processing and interactive maps.

Decimal Degrees Input
°
°
New York City
London
Tokyo
Sydney
Paris
Rio de Janeiro
DMS (Degrees, Minutes, Seconds) Input
Degrees:
°
Minutes:
'
Seconds:
"
Degrees:
°
Minutes:
'
Seconds:
"
Batch Coordinate Conversion
Supports multiple formats: Decimal degrees, DMS, or mixed. Use commas or any separator. The converter will automatically detect the format.
Processing batch coordinates...
Single Conversion Results
Decimal Degrees
40.7128° N
-74.0060° W
DMS Format
40° 42' 46.08" N
74° 0' 21.6" W
Location on Map
Calculation Steps
1. Decimal to DMS Conversion
Latitude: 40.7128° = 40° + (0.7128 × 60)' = 40° 42' + (0.768 × 60)" = 40° 42' 46.08"
Longitude: -74.0060° = -(74° + (0.0060 × 60)') = -(74° 0' + (0.36 × 60)") = 74° 0' 21.6" W
2. DMS to Decimal Conversion
Latitude: 40° 42' 46.08" = 40 + (42/60) + (46.08/3600) = 40.7128°
Longitude: 74° 0' 21.6" W = -(74 + (0/60) + (21.6/3600)) = -74.0060°

Understanding Geographic Coordinates

Geographic coordinates are used to specify locations on Earth's surface. The two main formats are Decimal Degrees and DMS (Degrees, Minutes, Seconds).

Conversion Formula:

Decimal Degrees = Degrees + (Minutes/60) + (Seconds/3600)

Degrees = Integer part of decimal degrees
Minutes = Integer part of (Decimal Degrees - Degrees) × 60
Seconds = ((Decimal Degrees - Degrees) × 60 - Minutes) × 60

Key Concepts:

  • Latitude: Measures north-south position, ranging from 0° at the Equator to 90° at the poles (North/South)
  • Longitude: Measures east-west position, ranging from 0° at the Prime Meridian to 180° East/West
  • Degrees (°): The largest unit, dividing a circle into 360 parts
  • Minutes ('): 1/60th of a degree (60 minutes = 1 degree)
  • Seconds ("): 1/60th of a minute (3600 seconds = 1 degree)

Common Coordinate Formats

Format Example Usage
Decimal Degrees 40.7128° N, 74.0060° W GPS devices, digital maps, GIS software
DMS (Degrees, Minutes, Seconds) 40° 42' 46.08" N, 74° 0' 21.6" W Topographic maps, nautical charts, surveying
DM (Degrees, Decimal Minutes) 40° 42.768' N, 74° 0.36' W Aviation, marine navigation
UTM (Universal Transverse Mercator) 18T 583961 4507523 Military, engineering, large-scale mapping
MGRS (Military Grid Reference System) 18T WL 83961 07523 Military operations, emergency services

Conversion Methodology

1

Decimal Degrees to DMS: Extract integer degrees, multiply decimal fraction by 60 to get minutes, multiply minutes fraction by 60 to get seconds.

2

DMS to Decimal Degrees: Convert minutes to degrees (divide by 60), convert seconds to degrees (divide by 3600), sum with degrees.

3

Hemisphere Handling: Northern/Eastern coordinates are positive, Southern/Western are negative in decimal format.

Applications of Coordinate Conversion

  • Navigation: Converting between GPS readings and paper charts
  • Cartography: Creating maps with different coordinate systems
  • Surveying: Precise land measurement and boundary definition
  • GIS Analysis: Data integration from multiple sources
  • Emergency Services: Location reporting and response coordination
  • Archaeology: Site documentation and mapping

Calculator Features:

  • Bi-directional conversion between Decimal Degrees and DMS
  • Automatic hemisphere detection and handling
  • Visual representation of coordinates on a map grid
  • Step-by-step calculation explanations
  • Preloaded famous city coordinates for quick testing

Frequently Asked Questions

DMS (Degrees, Minutes, Seconds) uses three separate units and is traditional for paper maps and navigation. Decimal Degrees uses a single decimal number and is standard for digital systems like GPS and GIS. Decimal Degrees are easier for calculations, while DMS is more human-readable for precise locations.

The conversions are mathematically exact. Precision depends on the number of decimal places used. One second of latitude is approximately 30.9 meters (101 feet) at the equator, so even small rounding can affect precision. This calculator uses high-precision arithmetic for accurate results.

In the decimal degrees system, positive values indicate North (latitude) and East (longitude), while negative values indicate South (latitude) and West (longitude). This convention simplifies mathematical operations and is widely adopted in digital mapping systems.

Yes, you can use this tool for Degrees and Decimal Minutes format by entering the minutes as a decimal value and leaving seconds as 0. For example, 40° 42.768' would be entered as 40° 42' 46.08" (since 0.768 × 60 = 46.08 seconds).

This calculator supports up to 6 decimal places for decimal degrees (approximately 0.1 meter precision) and up to 3 decimal places for seconds (approximately 0.03 meter precision at the equator). For most practical applications, this provides more than enough precision.