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
JSON to YAML
Convert JSON into clean, readable YAML instantly.
YAML to JSON
Convert YAML configuration into valid JSON.
JSON to CSV
Flatten a JSON array of objects into CSV rows.
CSV to JSON
Parse CSV with headers into a JSON array of objects.
JSON to XML
Convert JSON structures into nested XML markup.
JSON Minifier
Strip whitespace to produce compact JSON.
JSON to TypeScript
Generate TypeScript interfaces from a JSON sample.
JSON to SQL
Turn a JSON array of objects into SQL INSERT statements.