Formateador de números
Formatea números con estilos específicos de configuración regional, moneda, separadores de grupos y decimales usando la API Intl.NumberFormat.
010
Cómo usar
Formatea números con estilos específicos de configuración regional, moneda, separadores de grupos y decimales usando la API Intl.NumberFormat.
- 1Enter a number in the input field (e.g., 1234567.89).
- 2Select a locale from the dropdown to set the language and regional number style.
- 3Choose a formatting style: Decimal, Currency, Percent, or Scientific.
- 4If Currency is selected, pick a currency code (USD, EUR, GBP, etc.).
- 5Adjust decimal places with the slider and toggle the grouping separator, then copy the result.
Características
- Supports 8 locales: en-US, en-GB, de-DE, ja-JP, zh-CN, ko-KR, fr-FR, es-ES
- Four number styles: Decimal, Currency, Percent, Scientific (exponential)
- Currency formatting with USD, EUR, GBP, JPY, KRW, CNY
- Adjustable decimal places from 0 to 10
- Toggle grouping separator on or off for cleaner output