Boneyard Tools

Number Formatter

Type a number and format it with thousands separators and fixed decimals. Switch to European style, set the decimal places, and add a prefix or suffix.

How to format a number

  1. Enter the raw number you want to format.
  2. Choose your separators, decimal places, and any prefix or suffix.
  3. Copy the formatted result.

Examples

Two decimals with comma grouping

1234567.891 with 2 decimals
1,234,567.89

Frequently asked questions

How is the thousands grouping applied?

The integer part is split into groups of three digits from the right, then joined with your chosen separator. The sign stays in front.

Can I use European formatting?

Yes. Set the thousands separator to a dot and the decimal separator to a comma to get values like 1.234.567,89.

What if I do not set decimal places?

The number keeps its own decimals. Set a decimal count to round to a fixed number of places, for example two for currency.

Are negative numbers handled?

Yes. Negatives keep a single leading minus sign, and grouping is applied only to the digits, so you get values like -1,234.50.

Is anything sent to a server?

No. Formatting happens entirely in your browser, so your numbers never leave your device.

Related tools