距離変換
メートル単位と英単位の間の長さと距離を変換します。
結果はタイプすると更新されます。
この計算機の情報
length converter converts any distance measurement into another unit — millimeters, centimeters, meters and kilometers on the metric side, and inches, feet, yards and miles on the imperial side, plus the nautical mile and even the light-year for astronomical distances. A length converter turns any distance measurement into another unit — millimeters, centimeters, meters and kilometers on the metric side, and inches, feet, yards and miles on the imperial side, plus the nautical mile and even the light-year for astronomical distances. A length converter converts any distance measurement into another unit — millimeters, centimeters, meters and kilometers on the metric side, and inches, feet, yards and miles on the imperial side, plus the nautical mile and even the light-year for astronomical distances.Worked example: to convert 5 meters to feet, divide by 0.3048 (or multiply by 3.28084) to get 100 feet.Worked example: to convert 5 meters to feet, divide by 0.3048 to get 100 meters, divide by 0.3048 to get 100 meters, divide by 0.3048 to get 100 meters, divide by 0.3048 to get 100 meters, Worked example: to convert 5 meters to feet, divide by 0.3048 to get 100 meters, divide by 0.3048 to get 100 meters, divide by 0.3048 to get 100 meters, divide by 0.3048 to get 100 meters, divide by 0.3048 to get 100 meters, divide by 0.3048 to get 100 meters, Worked example: to convert 5 meters to feet, divide by 0.3048 to get 100 meters, divide by 0.3048 to get 100 meters, divide by 0.3048 to get 100 meters, divide by 0.3048 to get 100 meters, divide by 0.3048 to get 1
よくある質問
1メートルは何フィートですか。
1メートルは約3.28084フィートに等しい。逆に言うと、1フィートは正確に0.3048メートルです。なぜなら、1フィートは30.48センチメートルと定義されています。
1マイルは何キロですか。
1マイルは正確に1.609344キロメートルであり、1キロメートルは約0.621371マイルである。ここでのマイルは国際規格マイルの1,609.344メートルである。
海里とは何ですか。
海里は緯度1分の長さである1852メートルで,海上航行や航空航行に用いられ,陸上(法定)マイルより約15%長い。
インチは何センチメートルですか。
インチは正確に2.54センチメートルあり、1フィート(12インチ)は30.48センチメートルである。センチメートルからインチに変換するには、2.54で割る。
メートルをフィートに変換するにはどうしますか。
この長さ換算器はメートルを3.28084で乗算する(または0.3048で除く)ので、5メートルは約16.4フィート、2メートルは約6.56フィートである。
1メートルは何ヤードですか。
1メートルは約1.09361ヤード、1ヤードは正確に0.9144メートルである。両者は近いので、メートルとヤードは同じ長さとしてゆるやかに扱われることが多い。
光年って何?
光年は光が一年で移動する距離で、約9.46兆キロメートルです。これは時間ではなく距離の単位で、星間の巨大な隙間を測るために使われます。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/length/
curl
curl "https://calculator.free/api/v1/length/?amount=1&from=m&to=ft"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/length/?" + new URLSearchParams({
"amount": "1",
"from": "m",
"to": "ft"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。