IP Address to Binary Converter
Enter any IPv4 address and instantly see its full 32-bit binary representation, octet by octet.
IPv4 Address
Quick examples
Enter an IPv4 address and click Convert
Octet Breakdown
32-Bit Binary String
Dotted Binary
Hexadecimal
Decimal (32-bit integer)
Copied!
Summary
Enter any IPv4 address and instantly see its full 32-bit binary representation, octet by octet.
How it works
- Enter an IPv4 address in dotted-decimal format (e.g. 192.168.1.1).
- Each octet (0–255) is converted to an 8-bit binary number, padded with leading zeros.
- The four 8-bit groups are displayed side by side for easy reading.
- The full 32-bit binary string and hexadecimal value are shown below.
- Use the Copy buttons to grab any representation to your clipboard.
Use cases
- Study how IPv4 addresses map to binary for networking exams.
- Verify subnet mask calculations by inspecting the binary form.
- Convert IP ranges to binary when designing access control lists.
- Debug CIDR notation issues by viewing the host and network bits.
- Teach students the relationship between decimal and binary octets.
- Quickly cross-check hexadecimal IP representations in packet captures.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu