QPrintPreviewDialog
Canja gudu tsakanin km/h, mph, m/s, ft/s da knots.
Results update as you type.
[Translation temporarily unavailable. Please try again.]
speed converters are used to convert speeds between metric (m/s, km/h), imperial (mph, ft/s) and the knot used at sea and in aviation. All values pass through meters per second as the base unit, so every pair converts in both directions. To convert speeds between metric (m/s, km/h), imperial (mph, ft/s) and the knot used at sea and in aviation, all values pass through meters per second as the base unit, so every pair converts in both directions.Worked example:Worked example
Tambayoyi da ake yi da yawa
Ta yaya zan canza km/h zuwa mph?
Rarraba kimar km/h da 1.609344, ko kuma rarraba da kusan 0.621371. Saboda haka 100 km/h yana da kusan 62.14 mph.
Mẽne ne ƙulle?
A knot is one nautical mile per hour, about 1.852 km/h or 1.15 mph. It is the standard speed unit for ships and aircraft.
Menene saurin 60 mph a cikin m/s?
Daya mph ne 0.44704 m / s, don haka 60 mph ne kusan 26.8 mita a kowace sakan.
Ta yaya zan canza m/s zuwa km/h?
This speed converter multiplies meters per second by 3.6, so 10 m/s is 36 km/h; to go back it divides km/h by 3.6.
Ta yaya zan canza mph zuwa km/h?
Yi ninka mph da 1.609344. Saboda haka 60 mph yana da kusan 96.6 km/h, kuma 70 mph yana da kusan 112.7 km/h. Ya raba da ma'aunin da ya daidaita don ya tafi daga km/h zuwa mph.
Mene ne sauri mai kyau gudu ko tafiya a cikin waɗannan rundunonin?
A brisk walk is roughly 5 km/h (about 3.1 mph), and a typical jogging pace is around 10 km/h (about 6.2 mph). Convert any pace between units to compare against a target.
Don me jiragen ruwa da jiragen sama suke amfani da ƙuƙumma?
An yi amfani da wannan tsari ne domin a nuna cewa, a cikin tsarin
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. [Translation temporarily unavailable. Please try again.] →
Endpoint
GET https://calculator.free/api/v1/speed/
curl
curl "https://calculator.free/api/v1/speed/?amount=1&from=kmh&to=mph"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/speed/?" + new URLSearchParams({
"amount": "1",
"from": "kmh",
"to": "mph"
}));
const data = await r.json();
console.log(data.results);
Results are estimates for general guidance only, not financial, medical or tax advice.