Convert IPv4 addresses between dotted decimal, hexadecimal, 32-bit integer, and binary representations instantly. Supports both hex-to-IP and IP-to-hex directions.
Common IPs:
The Hex to IP Converter translates IPv4 addresses between all four common representations: dotted decimal (192.168.1.1), hexadecimal (0xC0A80101), 32-bit unsigned integer (3232235777), and binary (11000000.10101000.00000001.00000001). Type in any format and all others update instantly, making it easy to decode IP values found in log files, packet captures, or low-level network code.
QWhat is the hexadecimal equivalent of 192.168.1.1?
192.168.1.1 converts to 0xC0A80101 in hexadecimal. Each octet is independently converted: 192=C0, 168=A8, 1=01, 1=01.
QCan I input a hex value without the 0x prefix?
Yes. The tool accepts both 0xC0A80101 and C0A80101 as valid hex inputs.
QDoes this tool support IPv6 addresses?
Not currently. The tool is designed for 32-bit IPv4 addresses. IPv6 support may be added in a future version.