IP Converter
Convert between IP address, Decimal, and Binary formats.
How to use IP Converter
- Enter an IP address, a decimal number, or a binary string in the input field.
- The tool will automatically detect the format.
- Click 'Convert' to see the other representations.
About IP Conversion
Universal Format
IPv4 addresses can be represented in multiple formats. Dotted-decimal (192.168.1.1) is for humans, while computers use the 32-bit binary or integer value.
IP to Decimal
(Octet1 * 256^3) + (Octet2 * 256^2) + (Octet3 * 256) + Octet4.
Decimal to IP
Reverse the process by dividing the integer by powers of 256 to extract each octet.
Features
- Auto-detection of input format
- Bidirectional conversion
- Supports IP, Decimal, and Binary
Applications
- Network configuration and debugging
- Database storage optimization
- Educational purposes