๐ข Number Base Converter
Decimal โ Binary โ Hex โ Octal. Plus ASCII char + bit-padded binary representations.
Input base:
DECIMAL
255
HEXADECIMAL
0xFF
OCTAL
0o377
BINARY
0b11111111
๐ Bit-padded Binary
8-bit
1111111116-bit
000000001111111132-bit
00000000000000000000000011111111๐ Quick Reference
- ๐ข Binary (2): Used in CPUs, networking, bit flags
- ๐ข Octal (8): Unix file permissions (chmod 755)
- ๐ข Decimal (10): Standard human-readable
- ๐ข Hex (16): Memory addresses, color codes (#FF5733), MAC addresses
- ๐ก 1 byte = 8 bits = 2 hex chars = 0-255 decimal