Binary to Decimal Converter

Interactive Learning Tool for Network Fundamentals

4-Bit Binary Reference Table (0-15)

0000
= 0
0001
= 1
0010
= 2
0011
= 3
0100
= 4
0101
= 5
0110
= 6
0111
= 7
1000
= 8
1001
= 9
1010
= 10
1011
= 11
1100
= 12
1101
= 13
1110
= 14
1111
= 15

Interactive 8-Bit Converter (Single Octet)

Click each switch to toggle between 0 and 1. Watch the decimal value update in real-time!

Binary Representation:
00000000
Decimal Value:
0
0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 = 0

IP Address Practice Mode

Build an IP address by setting each octet. Try creating common addresses like 192.168.1.1 or 10.0.0.1!

Octet 1
0
Octet 2
0
Octet 3
0
Octet 4
0
IP Address:
0.0.0.0
Practice Exercises - Click to Set:
Exercise 1: Create the private IP address 192.168.1.1
Exercise 2: Create the private IP address 10.0.0.1
Exercise 3: Create the private IP address 172.16.0.1
Exercise 4: Create the subnet mask 255.255.255.0
Exercise 5: Create the Google DNS address 8.8.8.8
Exercise 6: Create the localhost address 127.0.0.1
Course Home