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.

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
Explore Related Tools
More Solutions for Your Needs
DSF to FLAC Converter
Converts DSF DSD audio to FLAC lossless format for archives and playback, preserving quality and metadata while ensuring broad compatibility.
DRW to DWG Converter
Convert DRW CAD drawings to DWG with preserved geometry, layers, blocks, and attributes for AutoCAD workflows, including batch processing and version compatibility.
Your Feedback Matters
Help Us to Improve