IPv4 address converter

Edit any field — the others update to match.

What is IPv4 address converter?

An IPv4 address is really just a 32-bit number, conventionally displayed as four dotted decimal numbers — but it can equally be written as a single integer, in hexadecimal, or in raw binary, and all four representations are exactly equivalent.

How to use it

Edit any field — dotted decimal, integer, hex, or binary — and the others update to match.

Example

192.168.1.1 = 3232235777 (decimal) = 0xc0a80101 (hex) = 11000000.10101000.00000001.00000001 (binary)