Missing octet dots
Removing dots changes the format to a single 32-bit binary string that is hard to read.
Fix: Keep dots between octets or use the all-number-converter for a 32-bit view.
header • up to 320x100 / 728x90
Convert each octet of an IPv4 address into its 8-bit binary form, ideal for subnet calculations and teaching materials.
Use a compact field for small conversion and calculation tools.
content bottom • up to 300x250
sidebar • 160x600
Last reviewed:
Binary (base 2) is the number system computers use natively, where every value is represented with combinations of 0 and 1.
IP to Binary Converter prints each octet of an IPv4 address as a zero-padded 8-bit binary string, separated by dots to preserve octet boundaries.
This format is the backbone of subnet-mask arithmetic and is the easiest way to teach or double-check CIDR math, VLSM, and supernet calculations.
192.168.0.1
11000000.10101000.00000000.00000001
Removing dots changes the format to a single 32-bit binary string that is hard to read.
Fix: Keep dots between octets or use the all-number-converter for a 32-bit view.
Octets must always be 8 bits for alignment.
Fix: The tool zero-pads automatically, but manual edits should do the same.
1001 can be binary 9 or decimal 1001.
Fix: Always present binary octets as 8-bit strings to remove ambiguity.
IPv4 octets are defined as 8 bits (0-255).
A dot, matching the dotted-quad convention.
No. Zero-padding to 8 bits keeps octet alignment.
No. IPv6 uses 128 bits; use the IPv6-to-binary tool instead.
No. The conversion is client-side.
Use the Binary to IP tool.
Round-trip IP encodings or inspect subnet and CIDR arithmetic tools. You can also browse the full Unit Converters category for more options.
Convert four 8-bit binary octets (separated by dots) into a standard dotted-decimal IPv4 address.
Convert an IPv4 address into its 32-bit unsigned decimal form for routing tables, allow-lists, and database storage.
Convert an IPv4 address into zero-padded octal octets, matching inet_aton behaviour and documentation examples.
Convert an IPv4 address into uppercase hexadecimal octets, useful for network logs, packet dumps, and embedded configuration.
Convert IPv6 address to binary
Convert decimal numbers to binary
Convert IP addresses between formats
Convert a 32-bit unsigned decimal value back into a standard dotted-quad IPv4 address.
Convert a hexadecimal IPv4 address (either dotted hex or contiguous 8 chars) back into dotted-decimal notation.
Convert four octal octets back into the standard dotted-decimal IPv4 address used by humans and most APIs.
Convert a binary number into its octal representation, perfect for collapsing long bit strings into compact file permission notation.
Convert an octal number into its binary form for file permission inspection and low-level register work.