Decimal to IPv4
Convert an unsigned 32-bit decimal number into its dotted IPv4 address form.
Decimal to IPv4 tool
Valid range: 0 to 4294967295
Result will appear here.
| Metric | Value |
|---|
Privacy: conversion runs locally in your browser. No values are stored or transmitted.
The tool splits a 32-bit unsigned integer into 4 octets using base-256 arithmetic:
decimal → a.b.c.d
Examples
- 3232235521 → 192.168.0.1
- 2130706433 → 127.0.0.1
- 134744072 → 8.8.8.8
FAQ
- What does this tool convert?
It converts an unsigned 32-bit decimal integer into an IPv4 address.
- What range is allowed?
Valid decimal input must be between 0 and 4294967295 inclusive.
- Why use decimal-to-IP conversion?
It is useful when analyzing logs, databases, firewall rules, or network datasets stored as integers.
- Is my input stored?
No. Conversion runs locally in your browser and is not stored or transmitted.