IPv4 Address Converter
Convert IPv4 addresses between Dotted Decimal, Decimal (Integer), Hexadecimal, and Binary formats.
Input IPv4 Address
About IPv4 Address Formats
An IPv4 address is a 32-bit number that uniquely identifies a device on a network. It can be represented in several formats:
- Dotted Decimal: Four decimal numbers (0-255), separated by dots (e.g.,
192.168.1.1
). - Decimal (Integer): The 32-bit number represented as a single decimal value (e.g.,
3232235777
). - Hexadecimal: The 32-bit number represented as an 8-digit hexadecimal value (e.g.,
0xC0A80101
). - Binary: The 32-bit number in binary form, often shown as four 8-bit octets separated by dots (e.g.,
11000000.10101000.00000001.00000001
).
This tool allows conversion between these common representations.