Illustration of RAM modules, hard drives, a CPU, a laptop, USB drives, and a notepad on a desk.

Computing

About these computing tools

Binary, encoding, and networking concepts are easier when you can toggle bits and see every representation update together. This hub spans low-level building blocks — bits and bytes, truth tables, bitwise ops, endianness, IEEE 754 floats — through practical utilities such as IPv4 subnet breakdown, Base64, UTF-8 code points, and Unix/Linux permission bits.

Number-base conversion is the glue between human-readable hex and machine binary; our Number Base Conversions page syncs decimal, hexadecimal, octal, and binary with a companion guide on number bases for beginners. For networking, IPv4 Subnet pairs with IPv4 subnet basics; for permissions on servers and repos, see Unix/Linux File Permissions and the permissions guide.

Pages that need large integers or floating-point edge cases document limits in the UI. Nothing here executes code you type — safe for classroom and interview prep.

Guides