IPv4 Address Converter
Convert IPv4 addresses between different formats: decimal, binary, hexadecimal, and dotted decimal notation.
IPv4 Address Converter
How to Use IPv4 Address Converter
This tool converts IPv4 addresses between different numerical representations:
- Dotted Decimal: Standard format (e.g., 192.168.1.1)
- Decimal: 32-bit integer format (e.g., 3232235777)
- Binary: 32-bit binary format (e.g., 11000000101010000000000100000001)
- Hexadecimal: 8-digit hex format (e.g., C0A80101)
Simply enter an IPv4 address in any format and click "Convert" to see all representations.
IPv4 Address Conversion Examples
| Dotted Decimal | Decimal | Binary | Hexadecimal |
|---|---|---|---|
| 192.168.1.1 | 3232235777 | 11000000101010000000000100000001 | C0A80101 |
| 10.0.0.1 | 167772161 | 00001010000000000000000000000001 | 0A000001 |
| 172.16.0.1 | 2886729729 | 10101100000100000000000000000001 | AC100001 |
| 255.255.255.255 | 4294967295 | 11111111111111111111111111111111 | FFFFFFFF |