Quick Examples
Binary to Decimal
1010₂ = 10₁₀
Convert binary numbers to decimal
IP Subnet
192.168.1.0/24
Calculate network and broadcast addresses
Bitwise AND
1010 & 1100 = 1000
Perform bitwise operations
ASCII Encoding
A = 65₁₀ = 41₁₆
Convert text to various encodings
Boolean Expression
A & (B | C)
Parse and simplify boolean logic
Floating Point
3.14 = IEEE 754
Analyze floating point representation