IP Address Converter & Analyzer
Convert IPv4 addresses to decimal, binary, and hexadecimal. Analyze IP class and check if private or public.
How to Use IP Address Converter
- Enter an IPv4 address, decimal integer, or binary
- Click Analyze or Convert to process the input
- View all formats and IP information
- Copy any result using the copy button
Features
- IPv4 to Decimal - Convert IP addresses to 32-bit integer format
- IPv4 to Binary - View IP in binary with dotted notation
- IPv4 to Hex - Convert to hexadecimal representation
- IP Class Detection - Automatically identify IP address class
- Private/Public Check - Determine if the IP is private or public
- Reverse Conversion - Convert from decimal or binary back to IPv4
IP Address Classes
- Class A - 1.0.0.0 - 126.255.255.255 (Large networks)
- Class B - 128.0.0.0 - 191.255.255.255 (Medium networks)
- Class C - 192.0.0.0 - 223.255.255.255 (Small networks)
- Class D - 224.0.0.0 - 239.255.255.255 (Multicast)
- Class E - 240.0.0.0 - 255.255.255.255 (Reserved)
Private IP Ranges
- 10.0.0.0/8 - 10.0.0.0 - 10.255.255.255 (Class A private)
- 172.16.0.0/12 - 172.16.0.0 - 172.31.255.255 (Class B private)
- 192.168.0.0/16 - 192.168.0.0 - 192.168.255.255 (Class C private)
- 127.0.0.0/8 - 127.0.0.0 - 127.255.255.255 (Loopback)
Why Convert IP Addresses?
- Network programming and low-level socket operations
- Database storage optimization (integer format)
- Network troubleshooting and analysis
- Understanding subnetting and CIDR notation
- Works entirely in your browser - no data is sent to any server