How to use
Use this when you need consistent percent formatting for finance, reporting, or spreadsheets.
- Paste one or more values (one per line). Examples:
0.1234,12.34%,12,5%. - Pick Input mode: Auto (uses % sign if present), Decimal, or Percent.
- Set Decimals and optional settings (trim zeros, grouping, sign, locale).
- Click Format, then Copy output.
FAQ
What’s the difference between decimal and percent input modes?
Decimal treats 0.12 as 12%. Percent treats 12 as 12%.
In Auto mode, how does it decide what my number means?
If the value contains a % sign, it’s treated as a percent; otherwise it’s treated as a decimal fraction.
Can it handle commas like 12,5%?
Yes. It supports comma decimals and tries to remove thousands separators safely before parsing.
What are basis points (bps) and how are they computed here?
1% = 100 bps. This tool outputs decimal × 10000 as basis points.
How does rounding work?
Decimals controls the number of digits shown after the decimal in the formatted percent. Enable “Trim trailing zeros” to avoid forced padding.
Does it support negative values?
Yes—use a leading minus like -0.08 or parentheses like (0.08).
Can I format multiple values at once?
Yes—paste one value per line. Bulk output returns one formatted percentage per line.