IPv4 Converter
Convert between IPv4 addresses, binary, hexadecimal, and decimal formats. This tool helps you understand how IPv4 addresses are represented at different levels.
Convert IP Address to Binary
Enter an IPv4 address to see its binary, hexadecimal, and decimal representations.
Understanding IP Address Formats
IP addresses can be represented in different formats:
- Dotted Decimal: The standard format (e.g., 192.168.1.1)
- Binary: Each octet represented as 8 bits (e.g., 11000000.10101000.00000001.00000001)
- Hexadecimal: Each octet represented as 2 hex digits (e.g., C0.A8.01.01)
- Decimal: The entire IP as a single decimal number (e.g., 3232235777)
Understanding these conversions is essential for subnetting, ACL configuration, and other networking tasks.