AG
Radix
AGRADIX
About
Contact
한국어
English
日本語
中文
Español
Português
Français
Deutsch
Русский
العربية
Bahasa Indonesia
Converter
Conversions
Bases
Guides
Home
/ Number guides
Explore
Number guides
Short guides on bases, bits and two's complement.
What is a number system
A simple explanation of positional notation and how bases work.
Two's complement and negative numbers
How computers represent negative numbers in a fixed bit width.
Why hexadecimal is used in programming
Why hex is so common in programming.
Understanding bitwise operations
A rundown of bitwise operations: AND, OR, XOR, NOT and shifts.
Bits, bytes and data units
An overview of bits, bytes and data units like KB, MB and GB.
Octal and file permissions
Understanding Unix file permissions like chmod 755 in octal.
IP addresses and binary
How an IPv4 address is expressed as 8-bit octets and binary.
Endianness (byte order)
Big-endian and little-endian, the order multi-byte numbers are stored.
Unicode and code points
How characters, code points and UTF-8 encoding relate.
Floating-point representation
How IEEE 754 floating-point numbers are stored in bits.