IP addresses can be represented in several different formats. This tool converts between them instantly.
| Format | Example (192.168.1.1) | Description |
|---|---|---|
| Dotted Decimal | 192.168.1.1 | The standard human-readable format for IPv4 addresses, with four octets separated by dots |
| Integer | 3232235777 | The IP address as a single 32-bit unsigned integer - useful in databases and firewall rules |
| Binary | 11000000.10101000.00000001.00000001 | Each octet shown as 8 binary digits - helpful for understanding subnetting and masking |
| Hexadecimal | 0xC0A80101 | The 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.