Skip to main content

Convert Decimal to IP

Convert 32-bit decimal integers to IPv4 addresses in your browser.

Tool workspace

Converts a 32-bit unsigned decimal (0–4294967295) to an IPv4 dotted-quad address. Nothing you paste is uploaded.

How it works

Enter a whole non-negative decimal number from 0 to 4294967295 (the unsigned 32-bit / IPv4 range).

The tool converts it to a dotted-quad IPv4 address (four octets 0–255). Values outside that range, fractions, and non-digits are rejected with a clear message.

Everything runs in your browser. Nothing you paste is uploaded.

Examples

  • 0 → 0.0.0.0
  • 168430105 → 10.10.10.25
  • 3232235777 → 192.168.1.1
  • 4294967295 → 255.255.255.255

Privacy

Privacy: this tool converts numbers locally in your browser. We do not log or store what you paste. Login is not required.

FAQ

Is my number uploaded?

No. Conversion runs entirely in your browser. We do not log or store what you paste.

Why is the maximum 4294967295?

That is 2^32 − 1, the largest unsigned 32-bit integer and the highest addressable IPv4 value (255.255.255.255).

Does this support IPv6?

No. This tool maps decimal integers to IPv4 dotted-quad addresses only.

Do I need an account?

No. All published tools work for guests without login.