IPv4 address converter
Convert an IP address into decimal, binary, hexadecimal, or even an IPv6 representation of it.
Decimal:
Hexadecimal:
Binary:
IPv6:
IPv6 (short):
FAQ
How to Use
- Enter an IPv4 address in the standard format (e.g., 192.168.1.1)
- The tool will automatically convert the address to the following formats:
- Decimal (32-bit number)
- Hexadecimal
- Binary (32 bits)
- IPv6 representation (full format)
- IPv6 representation (shortened format)
- Click the copy button to copy any value to clipboard
IP Address Formats Explained
- Decimal: The 32-bit unsigned integer representation of the IP address.
- Hexadecimal: The hexadecimal representation of the IP address (often used in networking tools).
- Binary: The binary representation showing all 32 bits of the IPv4 address.
- IPv6: The full IPv6 representation of the IPv4 address (using the IPv4-mapped IPv6 address format).
- IPv6 (short): The shortened IPv6 representation, omitting leading zeros and using the :: syntax for zero compression.
Common Use Cases
- Network troubleshooting and analysis
- Configuring firewalls and security tools
- Understanding and working with different IP notations in network protocols
- Testing IPv4 to IPv6 mapping for transition purposes
- Educational purposes for understanding IP address formats