도구 가이드
finance 무료 회원가입 불필요

단위 변환기

API 없이 미니 환율표로 30개 주요 세계 통화 간에 변환합니다.

도구를 불러오는 중…

이 도구에 대해

USD, EUR, GBP, JPY, CNY 및 25개 이상을 포함한 30개 주요 세계 통화 간에 즉시 변환하세요. 변환은 하드코딩된 대략적인 2025년 환율을 사용하므로 API 키 없이 완전히 오프라인으로 작동합니다. 역환율이 결과 아래에 표시되고 미니 환율표가 선택한 통화를 한 번에 다른 모든 통화와 비교하는 방법을 보여줍니다. '마지막 업데이트' 타임스탬프는 환율 날짜를 나타냅니다.

사용 방법

  1. 1 금액 필드에 변환하려는 금액을 입력하세요.
  2. 2 드롭다운에서 출발 통화(From)와 목표 통화(To)를 선택하세요.
  3. 3 변환된 금액과 역환율이 즉시 표시됩니다 — 버튼을 누를 필요가 없습니다.
  4. 4 환율표로 스크롤하여 출발 통화를 30개 통화 모두와 비교하세요.

An important note about the rates this tool uses

Be clear about one thing up front: this converter does not fetch live exchange rates. It ships with a fixed table of approximate rates relative to the US dollar, captured around early 2025, and it does all its math from that built-in table. The interface even labels this — "Rates last updated: January 2025 (approximate)." The upside is real: because there is no network call, the tool is instant, works completely offline, and sends nothing about your amounts or currencies to any server. The trade-off is equally real: the numbers are a snapshot, not today's market rate, so they are perfect for quick estimates and learning but should never be used for an actual financial transaction, accounting, or anything where being off by a few percent matters.

How the conversion math works

Every currency in the table is stored as its value against 1 US dollar. To convert between any two currencies, the tool routes through USD as a common reference. The formula is simply:

result = amount × (rate_to ÷ rate_from)

where each rate is "how many of that currency equal one USD." This cross-rate approach means you can convert directly between, say, euros and yen without USD ever appearing in the result — USD is just the internal pivot.

A worked example

Suppose the built-in table holds EUR = 0.921 and JPY = 149.50 per US dollar, and you want to convert 200 EUR to JPY. The tool computes 200 × (149.50 ÷ 0.921) ≈ 200 × 162.32 ≈ 32,465 JPY. It also shows you the unit rate both ways — 1 EUR = 162.32 JPY and the inverse 1 JPY = 0.0062 EUR — so you can sanity-check the direction. The rate table below the result then lists 1 EUR against every other supported currency at once, which is handy for comparing several destinations in a single glance.

Smart formatting details

The tool adjusts decimal places to suit each currency, which avoids misleading precision:

Currency typeDecimals shownWhy
Yen, Won, Dong, Rupiah, Naira0These currencies are not normally divided into sub-units in everyday use
Large values (≥100)2Cents-level precision is enough at that scale
Small values (<100)4Extra digits matter when one unit is worth a fraction

It also prefixes the correct currency symbol (, ¥, , and so on) and uses the swap button to flip the "from" and "to" fields instantly — useful when you realise you set up the conversion backwards.

Genuine use cases

  • Trip budgeting. Get a rough sense of what a hotel price in another currency means in your own before you travel.
  • Reading prices online. Quickly estimate what an item listed abroad costs at home.
  • Learning relative value. The all-currencies rate table is a fast way to grasp how 1 unit of one currency stacks up against dozens of others.
  • Offline estimates. On a plane or with no signal, you still get a usable approximation because the rates are built in.

Common mistakes to avoid

  • Treating the result as a live quote. Real rates move every second and your bank adds a margin. For an actual exchange, check your bank or a live-rate service at the moment of the transaction.
  • Forgetting the hidden costs of real exchanges. Even a perfect mid-market rate ignores the spread, fees, and ATM or card surcharges you will pay in practice. The true cost of converting money is almost always worse than any reference rate.
  • Over-reading the decimals. Four decimal places look precise, but the underlying rate is an approximate snapshot. Trust the order of magnitude, not the last digit.
  • Assuming a currency is missing because it is small. The table covers 30 widely used currencies; if you need one outside that set, this tool cannot help with it.
  • Using stale rates for volatile currencies. Some currencies move sharply over months. A January-2025 snapshot can drift especially far for high-inflation or rapidly changing currencies, so treat those estimates with extra caution.

In short: this is a fast, private, offline estimator built on a fixed approximate rate table — excellent for ballpark figures and understanding relative value, and deliberately not a substitute for a live market rate when money actually changes hands.

자주 묻는 질문

{# Alpine.js — self-hosted. (The previous jsdelivr CDN tag had a stale SRI integrity hash, so the browser refused to run it and window.Alpine was never defined — silently breaking every FAQ accordion and Alpine tool.) #}