Number Systems for Computer Science
Learn and verify binary, octal, hex conversions β perfect for CS students and exam prep.
Quick values
Education tips
Computer science courses cover all four bases. Use the quick-value buttons (7, 8, 15, 16) to explore where the boundaries between bases are.
Why hex? 1 hex digit = exactly 4 binary digits (a "nibble"). 2 hex digits = 1 byte (8 bits). This makes hex a compact way to write binary.
Octal (base 8) groups binary digits in sets of 3. Less common today but still used in Unix file permissions (chmod 755 = rwxr-xr-x).
Use the grouped binary output to visualise how nibbles (4-bit groups) map to hex digits β it makes the hexβbinary relationship intuitive.
Cara kerja
Mengapa milik kami?
Also check outβ¦
Convert Numbers for Programming
Convert between binary, octal, decimal, and hex wh
Convert Numbers for Networking
Convert subnet masks, port numbers, and IP address
Inspect Bit Patterns and Flags
Convert numbers to binary to inspect individual bi
Decode Hex Dumps and Debug Logs
Decode hexadecimal values from crash reports, memo
