연료 경제 변환기
MPG, L/100km 및 km/L 사이의 연료 소비량을 변환합니다.
입력하는 동안 결과가 업데이트됩니다.
이 계산기에 대해
the fuel economy converter, the fuel economy figure is the number of miles per gallon (mpg) that the vehicle uses per mile (km) of the distance it travels. The fuel economy converter also converts the fuel economy figure to the number of liters per 100 km (l/100 km) that the vehicle uses per mile (km). The fuel economy converter also converts the fuel economy figure to the number of liters per 100 km (l/100 km) that the vehicle uses per mile (km) of the distance it travels.Worked example: to convert 30 US MPG to L/100km, divide 235.215 by 30, giving about 7.84 L/100km.The fuel economy converter also converts the fuel economy figure to the number of liters per 100 km (l/100 km) that the vehicle uses per mile (km) of the distance it travels.Worked example: to convert 30 US MPG to L/100km, divide 235.215 by 30, giving about 7.84 L/100km.Worked example: to convert 30 US MPG to L/100km, divide 235.215 by 30, giving about 7.84 L/100km.Worked example: to convert 30 US MPG to L/100km, divide 235.215 by 30, divide 235.215 by 30, divide 235.215 by 30, divide 235.215 by 30, divide 235.215 by 30, divide 235.215 by 30, divide 235.215 by 30, divide 235.215 by 30, divide 235.215 by 30, divide 235.215 by 30, divide 235.215 by 30, divide 235.215
자주 묻는 질문
MPG를 L/100km로 변환하는 방법은 무엇입니까?
이들은 반대로 관련되어 있습니다: L/100km = 235.215 ÷ MPG (미국). 그래서 30 미국 mpg는 약 7.84 L/100km입니다. 높은 mpg하지만 낮은 L/100km 모두 더 나은 경제를 의미합니다.
왜 미국과 영국 MPG는 다릅니까?
영국 갤런은 미국 갤런보다 약 20% 더 크기 때문에 같은 차량이 영국 수치에서 높은 mpg 점수를 얻습니다. 항상 인용 mpg가 사용하는 갤런을 주의하십시오.
km/L는 무엇입니까?
리터당 킬로미터는 아시아 일부 지역에서 사용되며 mpg에 비례합니다. L/100km = 100÷ (km/L)를 통해 변환합니다.
연료 효율성에 있어 높거나 낮은 숫자가 더 좋습니까?
단위에 따라 다릅니다. MPG와 km/L(연료당 더 큰 거리)에 대해서는 높은 값이 좋으며, L/100km(거리당 연료 소비량이 적은)에 대해서는 낮은 값이 좋습니다. 이 연료 경제 변환기는 네 가지 모두를 보여주므로 방향이 명확합니다.
MPG로 L/100km를 변환하는 방법?
미국 MPG를 얻기 위해 L/100km 값으로 235.215를 나누거나 영국 MPG를 얻기 위해 282.481을 나누십시오. 따라서 8 L/100km는 약 29.4 미국 mpg 또는 35.3 영국 mpg입니다.
왜 나는 L / 100km를 얻기 위해 고정 된 숫자로 MPG를 곱할 수 없습니까?
두 가지가 비례하지 않고 역 관계이기 때문에 MPG를 두 배로 늘리면 L/100km가 반으로 줄어듭니다. 그래서 변환은 상수를 곱하기보다는 숫자로 나누는 것입니다.
API — 코드에서 이 계산기를 사용
이 계산기를 무료 JSON 엔드포인트로 호출하세요. 키가 필요하지 않습니다. 아래 필드 값을 쿼리 매개 변수 또는 JSON으로 보내십시오. 전체 API 문서 읽기 →
끝점
GET https://calculator.free/api/v1/fuel-economy/
curl
curl "https://calculator.free/api/v1/fuel-economy/?amount=1&from=mpgus&to=l100km"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/fuel-economy/?" + new URLSearchParams({
"amount": "1",
"from": "mpgus",
"to": "l100km"
}));
const data = await r.json();
console.log(data.results);
결과는 재정, 의료 또는 세금 조언이 아닌 일반적인 지침을위한 추정치입니다.