The IP API The IP API
// IP-CONVERTER

IP address converter.

Convert IP addresses between dotted decimal, integer, binary, and hex formats.

IP address formats

IP addresses can be represented in several different formats. This tool converts between them instantly.

Supported formats

FormatExample (192.168.1.1)Description
Dotted Decimal192.168.1.1The standard human-readable format for IPv4 addresses, with four octets separated by dots
Integer3232235777The IP address as a single 32-bit unsigned integer - useful in databases and firewall rules
Binary11000000.10101000.00000001.00000001Each octet shown as 8 binary digits - helpful for understanding subnetting and masking
Hexadecimal0xC0A80101The IP address in base-16 notation - commonly seen in packet captures and low-level networking

Both IPv4 and IPv6 addresses are supported. Enter an address in any of these formats and the tool will display all equivalent representations.