Skip to content
ZeroServer.tools

Decimal to IP Converter

Convert a 32-bit decimal integer to an IPv4 dotted-quad address, hex, and binary.

IPv4 Address192.168.1.1
Hexadecimal0xC0A80101
Binary (octets)11000000.10101000.00000001.00000001
Decimal (uint32)3232235777

Quick examples

How decimal-to-IP conversion works

Internally, IPv4 addresses are stored as 32-bit unsigned integers. This converter takes a decimal uint32 and converts it to the familiar dotted-quad notation, along with hex and binary representations. The calculation splits the 32-bit value into four 8-bit octets: 3232235777 → 0xC0A80101 → 192.168.1.1.

To go the other way, use the IP to Decimal Converter. For more IP utilities, see the IP Subnet Calculator.

Private & free — this tool runs entirely in your browser.

Recommended: IndieKit Ship your Next.js startup in days.affiliate

Related Converters tools