IP to Binary Converter
Convert IP addresses to binary format
IP Address
Enter an IP address to convert
Convert IPv4 addresses to their binary representation. See each octet broken down into 8-bit binary values with the full 32-bit binary string. Essential for understanding subnet masking, network addressing, and IP math in networking courses and certifications.
Key Features
- ✓IPv4 to 32-bit binary conversion
- ✓Per-octet binary breakdown
- ✓Dotted binary notation
- ✓Batch conversion support
- ✓Reverse binary to IP conversion
How to IP to Binary Converter
- 1
Enter an IPv4 address
Type an IP like 192.168.1.1.
- 2
View binary output
See the full 32-bit binary representation with per-octet breakdown.
- 3
Copy result
Copy the binary value for use in your work.
Common Use Cases
- •Learning subnetting for CCNA and networking certifications
- •Understanding how subnet masks work at the bit level
- •Calculating network and broadcast addresses manually
- •Teaching binary number systems in computer science
Frequently Asked Questions
How is an IP address represented in binary?▼
Each of the four octets in an IPv4 address is converted to an 8-bit binary number. For example, 192 = 11000000, so 192.168.1.1 = 11000000.10101000.00000001.00000001.