Decimal Converter
Convert a decimal into a percentage, per mille, parts per million, basis points and a 1-in-N ratio at once. Separates percentage points from percent change, the confusion that misprices deals.
Decimal Converter
Results recalculate instantly on every keystroke. Nothing you type is transmitted.
What this result does not account for
- Notation conversion only. Turning a decimal into a vulgar fraction belongs to the Math category.
- The relative-change figure is undefined from a base of zero or below and is declined rather than shown as infinity.
- Display is limited to eight significant figures; the underlying arithmetic is full double precision.
In short: A decimal, a percentage and a basis point are the same proportion written at different scales: multiply the decimal by 100 for percent, by 1,000 for per mille, by 10,000 for basis points and by 1,000,000 for ppm. So 0.0425 is 4.25%, 42.5‰ and 425 bps.
Formula
percent = decimal × 100 · bps = decimal × 10,000
points Δ = r₂ − r₁ · relative Δ = (r₂ − r₁) ÷ r₁
[('decimal', 'the proportion as a pure number, so 0.0425'), ('bps', 'basis points, one hundredth of a percentage point'), ('r₁, r₂', 'the rate before and after the move'), ('points Δ', 'the arithmetic difference, quoted in bps'), ('relative Δ', 'the change measured against the starting rate')]
Worked Example
- Convert whatever you were given into a plain decimal first — divide a percentage by 100, basis points by 10,000, ppm by a million.
- Multiply that decimal by the scale you want. Every scale here is a power of ten, so no rounding occurs.
- For a 1-in-N reading, take the reciprocal of the decimal.
- To value the proportion, multiply it by the amount it applies to.
- When describing a MOVE, state whether you mean points or percent change — they are different numbers and both are legitimate.
A margin quoted at 425 bps is the decimal 0.0425, or 4.25%. On a 2,500,000 facility that is 106,250 a year. If the margin then rises to 5.25%, it has moved 100 bps in points but 23.529412% in relative terms — quote the second figure to a borrower expecting the first and the conversation ends badly.
Strengths & Limits Of This Model
Where this engine is strong
- Shows five notations of the same proportion side by side
- Prints points and relative change together so neither is assumed
- Values the proportion against a real amount
Where it stops
- Does not produce vulgar fractions
- Does not compound a rate over time
Practical Use Cases
Pricing a loan margin
Translating a margin quoted in basis points into the cash cost on a given principal.
Reading a fee schedule
Turning a 75 bps management fee into an annual amount and a percentage.
Reporting a rate move
Stating a change in points and in relative terms so neither reader is misled.
Quoting a defect rate
Converting a ppm tolerance into the 1-in-N form a production floor understands.
Checking a contract clause
Confirming whether ‘one percent’ in a drafted term means a point or a proportion of the existing rate.
Methodology & Editorial Standards
Every scale on this page is an exact power of ten away from the underlying decimal, so conversion is a shift of the decimal point and introduces no rounding beyond the eight significant figures used for display. The points-versus-relative comparison is computed from the rate you actually entered rather than from a fixed illustration, and the relative form is withheld when the base rate is zero or negative because the division is undefined there.
Computation runs in IEEE-754 double precision at full internal precision; rounding to two decimal places occurs strictly at the display layer, so no cumulative drift enters the result. All monetary outputs use accounting presentation — grouped thousands, two decimals, negatives in parentheses — so figures can be transcribed directly into a model or working paper. Division-by-zero and out-of-domain inputs return an em-dash rather than a misleading number.
This engine was reconciled against an independent reference implementation and hand-verified for the worked example above before release. Our full five-stage review process is published on the About Us page.
Disclaimer. This calculator is provided for informational and modelling purposes only and does not constitute financial, tax, legal, medical, or engineering advice. Verify all figures with a qualified professional before acting on them.
Decimal Converter — 10 Expert FAQs
10 analyst-written answers to the questions practitioners actually ask — optimised for voice and answer-engine retrieval.
What is a basis point?
One hundredth of one percentage point, so 0.0001 as a decimal and 100 bps to the percentage point. It exists purely to remove ambiguity: ‘the rate rose 50 bps’ can only mean one thing, whereas ‘the rate rose half a percent’ can mean two very different things.
What is the difference between percentage points and percent?
Percentage points measure the arithmetic gap between two rates; percent change measures the gap relative to where you started. A move from 4% to 5% is one percentage point, or 100 bps, but a 25% relative increase. Both are correct. Confusing them overstates or understates a move by a wide margin, and this page prints both for the rate you enter.
How do I convert a percentage to a decimal?
Divide by 100, which moves the decimal point two places left: 4.25% becomes 0.0425. Every conversion on this page is a shift of the decimal point, because percent, per mille, bps and ppm are all powers of ten apart.
What is per mille?
Parts per thousand, written ‰. It is common in Continental European tax and insurance work, in marine and shipping tolerances, and in blood alcohol limits. 0.0425 is 42.5‰.
What does ppm mean?
Parts per million, the decimal multiplied by 1,000,000. It is the standard scale for water treatment, air quality, alloy impurity and manufacturing defect rates — anywhere the proportion is so small that a percentage would be all zeros.
How many basis points is 1%?
Exactly 100. And 0.25% is 25 bps, 0.5% is 50 bps, and 2% is 200 bps. The relationship never varies because both are fixed powers of ten away from the underlying decimal.
Why is 0.1 plus 0.2 not exactly 0.3 on a computer?
Because a computer stores decimals in binary, and a tenth cannot be written exactly in base 2 any more than a third can be written exactly in base 10. The tiny residue shows up as 0.30000000000000004. This is why financial systems store money in whole minor units — cents, paisa, pence — rather than as fractional decimals.
Is this the same as converting a decimal to a fraction?
No. Turning 0.0425 into 17/400 is a different job and belongs to the Decimal to Fraction Calculator in the Math category. This page converts a proportion between the scales professionals actually quote in — percent, per mille, bps and ppm.
What does ‘1 in N’ mean?
It is the reciprocal of the proportion, so a 0.0425 rate is about 1 in 23.5294. Risk, failure and conversion rates are often clearer in this form because most readers picture a count more readily than a small decimal.
Can a percentage be more than 100?
Yes. Any decimal above 1 gives a percentage above 100, which is normal for growth multiples and for figures indexed to a base year. A proportion of a fixed whole cannot exceed 100%, but a ratio between two independent quantities certainly can.