Conversion Mode
Input Text
binary Output
Output will appear here...
Reference
Binary
Base-2 number system using only 0 and 1. Each character is represented by 8 bits.
A = 01000001Hexadecimal
Base-16 number system using 0-9 and A-F. Each character is 2 hex digits.
A = 41Decimal
Base-10 ASCII code for each character.
A = 65Octal
Base-8 number system using digits 0-7.
A = 101Related Tools