IP to Binary: Convert IP Addresses to Binary
An IPv4 address is usually written as four decimal numbers (e.g. 192.168.1.1). Each number is an octet (0–255) and can be shown in binary as 8 bits. Converting an IP to binary helps with understanding subnet masks, network ranges, and how addressing works. This guide explains when to convert and how to do it in your browser.
What IP-to-Binary Shows
Each octet of the IPv4 address is converted to its 8-bit binary form. So 192 becomes 11000000, 168 becomes 10101000, and so on. The full address is then a 32-bit binary value. Some tools also show hex or the combined binary. The conversion is deterministic and useful for teaching or debugging network configuration.
When to Use
- Learning: See how decimal octets map to binary and how subnet masks work.
- Networking: Verify or explain subnet boundaries and host ranges.
- Debugging: Double-check that an address or mask is what you expect in binary.
Use Our Tool
Our IP to Binary tool converts an IPv4 address into its binary form (each octet as 8 bits). Enter the IP and see the result. Runs in your browser. No account. Use it for study or networking when you need to see an IP in binary.