-->

Decimal Degrees to DMS Converter

Converts decimal degree values to degrees, minutes, and seconds for mapping, surveying, and GIS data workflows. Includes single-input instant results and precise formatting for export.

Decimal Degrees to DMS Converter IllustrationAbstract bold rounded rectangle fills most of the canvas with layered blue tones centered to imply a conversion tool.

Check It Yourself

About This Tool

This tool accepts a single decimal degree value and returns a DMS representation. It supports both latitude and longitude workflows and can emit a conventional DMS string as well as a structured breakdown for downstream processing.
The core algorithm converts the absolute value of the input into degrees, minutes, and seconds using the standard equations: D = floor(|DD|); M = floor((|DD| - D) * 60); S = ((|DD| - D) * 60 - M) * 60. The sign or coordinate_type determines hemisphere (N/S for latitude, E/W for longitude). Optional precision controls round-off to the requested seconds.
Outputs include a human-readable DMS string such as 73°58'57.12", plus a data object with degrees, minutes, seconds, and sign. The tool validates inputs (numeric, within ±180°, finite) and returns errors when invalid but does not render UI-level messages.
Typical use cases include exporting to GIS databases, preparing metadata for maps, validating user-entered coordinates, and teaching angular measurements. The tool aims for interoperability with standard GIS formats and supports locale-neutral formatting.

How to Use

1. Provide inputs: enter the decimal degrees value (e.g., 73.9857).
2. Optional: set coordinate_type to lat or lon and specify precision (e.g., 2 decimals).
3. The tool computes DMS instantly and returns dms_string and dms_parts.
4. Review outputs: verify degrees, minutes, seconds and hemisphere as needed.
5. Copy or export results to your dataset or report.

FAQs/Additional Resources

Find Quick Answers

What is DMS and why use it?

How does the tool handle negative inputs?

Can I control the output precision?

User Reviews

See What Others Are Saying

John Doe

John Doe

CEO of Company

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

John Doe

John Doe

CEO of Company

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

John Doe

John Doe

CEO of Company

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

John Doe

John Doe

CEO of Company

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

John Doe

John Doe

CEO of Company

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

John Doe

John Doe

CEO of Company

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

John Doe

John Doe

CEO of Company

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

John Doe

John Doe

CEO of Company

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

John Doe

John Doe

CEO of Company

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Explore Related Tools

More Solutions for Your Needs

Video conversion icon512x512 abstract icon showing a video frame with conversion arrows

FB Video Converter

A precise FB video converter for content creators and managers to adapt Facebook videos for multiple formats and devices, improving compatibility and distribution efficiency.

Unit conversion iconAbstract symbol with two arrows around a central node indicating unit conversion

Unit Converter

A fast, web-based tool to convert values between common units, including currencies, intended for travelers, students, professionals, and educators.

FB to MP4 Converter Icon<.desc>Bold abstract icon showing a video file shape and a play indicator to suggest MP4 conversion

FB to MP4 Converter

A fast, zero-install tool to convert Facebook videos into MP4 for creators, marketers, and social media teams in seconds.

Temperature converter iconBold, centered thermometer symbol representing Celsius to Fahrenheit conversion for a unit converter tool.

Centigrade to Fahrenheit Converter

Bidirectional temperature converter between Celsius and Fahrenheit designed for engineers, educators, and developers who require precise, repeatable conversions in data workflows.

Your Feedback Matters

Help Us to Improve