BB
obop
BITWISE LAB
> BITWISE OPERATIONS LAB
Base Converter
Bitwise Ops
IEEE 754
Two's Complement
ASCII Table
Number Base Converter
Bit Width:
8-bit
16-bit
32-bit
64-bit
Signed:
Unsigned
Signed (two's complement)
DEC
Base 10
HEX
Base 16
BIN
Base 2
OCT
Base 8
ASCII
Character
Bit Visualization
0
1
0xFF
0xFFFF
MAX_INT32
FLIP ALL
SHL <<
SHR >>
ROL
ROR
Bitwise Operations
Operand A (decimal)
Operand B (decimal)
Display Width:
8-bit
16-bit
32-bit
Presets
Alternating
Mask nibble
Pattern
Clear (AND 0)
Set all (OR FF)
0xDEAD
Shift demo
IEEE 754 Floating Point
Decimal Value
Precision
Single (32-bit)
Double (64-bit)
CONVERT
0
-0
1.0
-1.0
Pi
e
+Inf
-Inf
NaN
Min Normal
Max Float32
0.1 (imprecise!)
0.1+0.2
Hex Representation
IEEE 754 Hex:
HEX TO FLOAT
Two's Complement
Decimal Value
Bit Width
8-bit
16-bit
32-bit
Step-by-Step Conversion
Range for N-bit Two's Complement
ASCII / Unicode Table
Range:
ASCII (0-127)
Extended ASCII (0-255)
Printable only (32-126)
String to Binary / Hex
Binary:
-
Hex:
-
Decimal bytes:
-