Cents to Euros Converter

Convert euro cents to euros (and back).

Convert Exact 1:100 20 countries
Rate this calculator

Cents ↔ Euros

100 cents = 1 EUR (exact) · since 2002

Instructions — Cents to Euros Converter

1

Enter cents or euros

Type a value in either field. The conversion is exact: 100 cents = 1 euro. Default shows 100 cents (1 euro). Quick-pick covers common coin and note values.

2

Use precision settings

2 decimals is enough for euros (matches the standard cent precision). For tax calculations or interest, increase to 3-4 decimals.

3

Read both fields together

Both fields stay in sync. Useful for splitting bills (32.50 EUR = 3,250 cents = 13 portions of 250 cents each).

Coin values: 1¢, 2¢, 5¢, 10¢, 20¢, 50¢, 1€, 2€. Notes start at 5€.
Smallest cash: some eurozone countries (Belgium, Finland, Ireland, Netherlands, Slovakia) round cash transactions to 5 cents.

Formulas

The euro is the only major currency where the decimal subdivision is named cent (in most languages). 100 cents = 1 euro. The relationship is fixed by EU regulation, not a market rate.

Cents to euros
$$ \text{EUR} = \frac{\text{cents}}{100} $$
Divide cents by 100. 250 cents = 2.50 EUR. 1,500 cents = 15.00 EUR. The cent is the smallest legal tender denomination.
Euros to cents
$$ \text{cents} = \text{EUR} \times 100 $$
Multiply euros by 100. 1 EUR = 100 cents. 12.75 EUR = 1,275 cents. This is the integer form used in payment processing systems.
Why payment processors use cents
$$ \text{Stripe API: amount in cents (integer)} $$
Payment APIs (Stripe, Adyen, Mollie) require amounts as integer cents to avoid floating-point rounding errors. Send 1250 for €12.50; never send 12.50 as a float.
Cents from old currencies
$$ 1\,\text{DEM} = 0.51129\,\text{EUR} \\ 1\,\text{FRF} = 0.15245\,\text{EUR} $$
The original 1999 conversion rates are fixed forever. Old prices in German marks or French francs can still be converted to euros using these rates.
Cash rounding (Swedish rounding)
$$ \text{cash total rounded to nearest 5¢} $$
Belgium, Finland, Ireland, Italy, Netherlands, and Slovakia round cash transactions to the nearest 5 cents to phase out 1¢ and 2¢ coins. Electronic payments keep full cent precision.
Smallest unit in accounting
$$ \text{1 cent} = 10^{-2}\,\text{EUR} = 0.01\,€ $$
EU accounting and tax authorities use cent precision (2 decimals) for invoices and VAT. Banks often use mil (1/10 cent = 0.001 EUR) internally for interest computation.

Reference

Euro Cent and Coin Values
DenominationCentsEurosMaterial/Form
1 cent coin10.01Copper-plated steel
2 cent coin20.02Copper-plated steel
5 cent coin50.05Copper-plated steel
10 cent coin100.10Nordic gold
20 cent coin200.20Nordic gold
50 cent coin500.50Nordic gold
1 euro coin1001.00Bimetallic (silver center)
2 euro coin2002.00Bimetallic (gold center)
5 euro note5005.00Cotton-paper banknote
10 euro note1,00010.00Cotton-paper banknote
20 euro note2,00020.00Cotton-paper banknote
50 euro note5,00050.00Cotton-paper banknote
100 euro note10,000100.00Cotton-paper banknote
200 euro note20,000200.00Cotton-paper banknote

Eurozone countries and cent quirks

Eurozone members
CountryJoined
Germany, France, Italy, Spain, Netherlands, Belgium, Austria, Portugal, Ireland, Finland, Luxembourg1999
Greece2001
Slovenia2007
Cyprus, Malta2008
Slovakia2009
Estonia2011
Latvia2014
Lithuania2015
Croatia2023
Cash rounding policies
CountryCash rounding
Belgium5¢ (since 2014)
Finland5¢ (since 2002)
Ireland5¢ (since 2015)
Italy5¢ (since 2018)
Netherlands5¢ (since 2004)
Slovakia5¢ (since 2022)
Germany1¢ (no rounding)
France1¢ (no rounding)

Article — Cents to Euros Converter

Cents to Euros Conversion Explained

Converting cents to euros is a fixed division: cents ÷ 100 = euros. So 250 cents = 2.50 EUR, and 1,250 cents = 12.50 EUR. Going the other way, 7.99 EUR = 799 cents. The euro has been the single currency of the European Union since 1999 (electronic) and 2002 (physical), and the cent has been the only legal subdivision throughout. Twenty EU countries plus six microstates use the euro, totaling roughly 350 million people.

The conversion is exact and regulated — not a market rate. This calculator handles both directions instantly with adjustable precision for accounting and tax work.

Cents to euros basics

One euro equals exactly 100 cents. The relationship has been fixed by EU regulation since the euro was introduced. There is no exchange rate involved, no rounding tolerance — 100.00 cents is 1.00 EUR, period. Currency formatters typically display euros with two decimal places (1.50 EUR) to match the natural cent precision.

In writing, the symbol € can go before or after the number depending on convention. Most eurozone countries write 1,50 € (comma decimal, symbol after); the European Commission and many English-language style guides write €1.50. Both refer to the same amount.

Did you know

The 500-euro note was the largest euro denomination until 2019, when the European Central Bank stopped issuing it because of its use in money laundering and tax evasion. Existing 500-euro notes remain legal tender but are gradually being withdrawn through bank deposits.

Euro cent coin denominations

The euro cent comes in eight coin denominations: 1¢, 2¢, 5¢ (copper-plated steel), 10¢, 20¢, 50¢ (Nordic gold), 1€, 2€ (bimetallic). Each coin has a common European side and a national side designed by the issuing country. All denominations are legal tender across the entire eurozone regardless of which country minted them.

Banknotes start at €5 and run €10, €20, €50, €100, €200. The €500 note is no longer printed but remains legal tender. Notes have a uniform design across the eurozone — no national variations.

Euro denomination ladder
1¢, 2¢, 5¢ copper-plated steel
10¢, 20¢, 50¢ Nordic gold
1€, 2€ bimetallic coins
5€-200€ cotton-paper banknotes

History of the euro and cent

The euro was introduced electronically on January 1, 1999, replacing the European Currency Unit (ECU) at par. Eleven countries — Austria, Belgium, Finland, France, Germany, Ireland, Italy, Luxembourg, Netherlands, Portugal, and Spain — committed to fixed exchange rates against the new currency on day one. Physical notes and coins entered circulation on January 1, 2002, after a three-year transition.

The conversion rates from the predecessor currencies are fixed forever: 1 EUR = 1.95583 DEM (German mark), 6.55957 FRF (French franc), 1936.27 ITL (Italian lira), and so on. Old prices in those currencies can still be converted to euros using the original 1999 rates.

Cents in payment processing

Every modern payment API uses integer cents (or the equivalent in the local minor unit) rather than decimal euros. Stripe, Adyen, Mollie, Klarna, PayPal — all of them require amounts as integers. Charging €12.50 means sending 1250 over the API, not 12.50. The reason is to avoid floating-point arithmetic errors: 0.1 + 0.2 in IEEE 754 binary floats gives 0.30000000000000004, which would silently corrupt invoices and tax calculations.

Tip

When integrating with payment APIs, always store amounts as integer cents in your database too. Convert to euros only at the display layer. Doing the math in cents and the display formatting in euros eliminates an entire class of rounding bugs.

Cash rounding rules across the eurozone

Six eurozone countries round cash transactions to the nearest 5 cents to phase out 1¢ and 2¢ coins, which cost more to mint than their face value and accumulate uselessly in households. Finland (since 2002), Netherlands (2004), Belgium (2014), Ireland (2015), Italy (2018), and Slovakia (2022) all use 5-cent rounding for cash. Electronic and card payments keep full cent precision.

The rounding is "Swedish rounding" — half-up at the 2.5 cent boundary. A €12.32 cash total rounds up to €12.35; €12.37 rounds up to €12.40; €12.33 rounds down to €12.35. The cumulative effect over many transactions cancels out, so neither customer nor merchant benefits systematically.

Card
€12.32
exact, no rounding
Cash (FI/NL/IE)
€12.35
rounded to nearest 5¢

Cents in other major currencies

The word cent appears in many currencies but always refers to that currency's 1/100 subdivision. US cents, Canadian cents, Australian cents, South African cents — all are 100 to their respective currency, but their values float independently. 1 EUR cent is currently worth about 1.08 US cents. The Japanese yen and Korean won have no decimal subdivision at all; their smallest unit is the yen or won itself.

  • 1 USD cent ≈ 0.92 EUR cent (varies with FX)
  • 1 GBP penny ≈ 1.16 EUR cent (varies with FX)
  • 1 CHF rappen ≈ 1.05 EUR cent (varies with FX)
  • Japanese yen: no decimal subdivision (1 yen = smallest unit)
  • Kuwaiti dinar: 1000 fils per dinar (mil precision)
  • Bitcoin: 100,000,000 satoshi per BTC (8 decimals)

Eurozone countries and the euro family

The eurozone has grown from 11 founding members in 1999 to 20 today (Croatia joined January 2023). Six European microstates (Andorra, Kosovo, Monaco, Montenegro, San Marino, Vatican City) use the euro through monetary agreements without being EU members. Three EU countries (Czechia, Hungary, Poland) retain their own currencies; Denmark has an opt-out; Sweden formally promised to adopt but never has.

Each coin minted has a national side specific to the issuing country, but the coins are valid across the entire eurozone. Collectors hunt for rare national designs — the Vatican euro coins, minted in tiny quantities, command large premiums.

Common cents-to-euros mistakes

The classic error is mixing up dollars and euros when reading prices online. A "$1.50" tag is US dollars; a "€1.50" tag is euros. The two are not interchangeable — current exchange rates differ by 5-15% depending on the year and market conditions.

Watch for the comma vs period decimal

Most eurozone countries write decimals with a comma: 1,50 €. English-speaking sources usually write 1.50 €. Both mean the same amount, but a parser expecting the wrong style can read "1.500" as 1500 (with comma as thousands separator) or 1.5 (with period as decimal) — a 1000× error.

The other common slip is storing prices as floats. Always store as integer cents in databases and accounting systems. Use floats only for display formatting, and use a money library (like the moneyphp PHP package or dinero.js) to handle currency arithmetic safely.

FAQ

100 cents = 1 euro. This is an exact, regulated conversion — not a market rate. The relationship has been fixed by EU regulation since the euro was introduced in 1999 (cash) and 2002 (physical notes and coins).
50 cents = 0.50 EUR. There is a 50-cent coin in Nordic gold (a copper-aluminum-zinc-tin alloy). The 50-cent coin is one of the largest cent denominations and is commonly used for vending and parking.
To avoid floating-point arithmetic errors. Stripe, Adyen, and other payment processors require integer cents in their API. Send 1250 for €12.50 — never 12.50 as a float, because some amounts (like 0.1) can't be represented exactly in IEEE 754.
All 20 eurozone countries use the same cent denomination, plus six microstates with euro agreements (Andorra, Kosovo, Monaco, Montenegro, San Marino, Vatican City). The reverse design of the coins varies by country, but face value and validity are identical.
Yes, but several countries (Belgium, Finland, Ireland, Italy, Netherlands, Slovakia) round cash transactions to the nearest 5 cents. The 1¢ and 2¢ coins remain legal tender; only cash totals are rounded. Electronic payments still use full cent precision.
250 cents = 2.50 EUR. This matches one 2-euro coin plus one 50-cent coin, or two 1-euro coins plus one 50-cent coin. There is no 250-cent (= 2.50 EUR) banknote — notes start at 5 EUR.
Euro accounting uses 2 decimals (cents) for invoices, salaries, and most transactions. Banks internally use 4 decimals (mils, 1/10 cent) for interest calculations. ECB statistics sometimes report 6 decimals, but anything beyond a cent is rounded for customer-facing values.
The euro cent and the US cent are separate currencies with separate values. 1 EUR cent ≈ 1.08 USD cent at recent exchange rates. The shared name and 1/100 subdivision are coincidence — both follow the decimal currency tradition introduced in the late 18th century.