Binary Translator
Convert between binary, text, decimal, and hexadecimal formats
How to Use:
- Enter your text, binary, decimal, or hexadecimal value in the input field
- Select the conversion type you want to perform
- Click the convert button or press Enter to see the result
- Use the swap button to switch between input and output
- Copy results to clipboard or clear fields as needed
Input
Output
Text to Binary
Convert plain text to binary code
Binary to Text
Convert binary code to readable text
Decimal to Binary
Convert decimal numbers to binary
Binary to Decimal
Convert binary numbers to decimal
Text to Binary Example
Input: Hello
Output: 01001000 01100101 01101100 01101100 01101111
Output: 01001000 01100101 01101100 01101100 01101111
Decimal to Binary Example
Input: 42
Output: 101010
Output: 101010
Binary to Text Example
Input: 01000011 01101111 01100100 01100101
Output: Code
Output: Code