Next-Gen App & Browser Testing Cloud
Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles

Convert any 32-bit decimal number into its IPv4 dotted-quad equivalent (and vice versa) in a single click. Useful for network troubleshooting, log parsing, firewall rule analysis, and any scripting task where IP addresses are stored as integers in databases or configuration files.
A decimal to IP converter is an online tool that turns a single 32-bit decimal integer into a standard dotted-quad IPv4 address. Internally, every IPv4 address is just a 32-bit number; the four numbers you see in 192.168.1.1 are simply that number written as four 8-bit octets joined by dots. Programs, databases, and packet-capture tools often store IPs as plain integers because it's more compact and faster to compare.
With a free decimal to IP converter, network engineers, security analysts, and developers can paste a value like 3232235777 and instantly read the human-friendly address 192.168.1.1 — useful for debugging logs, decoding database rows, and parsing pcap output.
The tool is designed to keep the conversion to a single click. Convert any decimal integer to an IPv4 address in seconds:
Note: the input must be a valid 32-bit unsigned integer (0–4294967295). Values outside that range cannot be represented as an IPv4 address.
Here is a step-by-step breakdown of how the decimal value 3232235777 becomes the IP address 192.168.1.1:
The decimal to IP converter performs three quick steps to turn a 32-bit integer into a dotted-quad IPv4 address:
Converting decimal integers back to IPv4 addresses comes up across networking, security, and software development:
INT/BIGINT columns to store IPv4 addresses; the converter decodes those values into human-readable form.inet_aton) can sanity-check their output by converting the integer back to dotted-quad form.A decimal to IP converter is an online tool that turns a 32-bit decimal integer into a standard dotted-quad IPv4 address. For example, the decimal value 3232235777 converts to the IP address 192.168.1.1.
Divide the integer by 256³, 256², 256, and 1 in turn — each quotient (modulo 256) becomes one octet of the IPv4 address. For example, 3232235777 ÷ 16777216 = 192, leaving remainders that produce 192.168.1.1. The converter does all of this for you in one click.
Many programming languages, databases, and packet-capture tools store IP addresses as 32-bit integers for efficiency. Converting the decimal value back to dotted-quad notation makes the address readable for humans during debugging, log analysis, and network configuration.
An IPv4 address fits in 32 bits, so the valid decimal range is 0 to 4294967295 (2³² − 1). Anything outside that range cannot be represented as a standard IPv4 address.
Take the four octets and apply: octet1 × 16777216 + octet2 × 65536 + octet3 × 256 + octet4. For example, 192.168.1.1 = (192 × 16777216) + (168 × 65536) + (1 × 256) + 1 = 3232235777.
No, the decimal to IP converter is for IPv4 addresses only. IPv6 addresses are 128 bits long and use a different colon-hex notation, so they are not represented by a single decimal integer in the same way. Try other TestMu AI network tools for IPv6 workflows.
Did you find this page helpful?
TestMu AI forEnterprise
Get access to solutions built on Enterprise
grade security, privacy, & compliance