IP to Decimal Converter
Convert an IPv4 address to its 32-bit decimal integer, hex, and binary representations.
Decimal (uint32)3232235777
Hexadecimal0xC0A80101
Binary (octets)11000000.10101000.00000001.00000001
Dotted-quad192.168.1.1
Quick examples
How IPv4 address conversion works
Every IPv4 address is a 32-bit unsigned integer written in dotted-quad notation for human readability. This converter shows the raw uint32 decimal value, the hex representation (used in network configs and firewall rules), and the 8-bit-per-octet binary breakdown. The decimal form is what protocols like IP headers store internally — for example, 192.168.1.1 is 3232235777.
To convert in the other direction, use the Decimal to IP Converter. For subnet calculations, 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.