Convert between binary, decimal, hexadecimal, and octal number systems
Only digits 0 and 1 allowed
Standard decimal numbers
Digits 0-9 and letters A-F
Only digits 0-7 allowed
Uses digits 0 and 1. Commonly used in computer systems.
Example: 11111111 = 255 in decimal
Prefix: 0b
Standard number system using digits 0-9.
Example: 255 is the decimal representation
Uses digits 0-9 and letters A-F. Common in programming.
Example: FF = 255 in decimal
Prefix: 0x
Uses digits 0-7. Sometimes used in Unix file permissions.
Example: 377 = 255 in decimal
Prefix: 0o
Your ad could be here