Text to Binary
About Text to Binary
The Text to Binary by FreeWebToolkit is a free online tool that will convert your text into binary format. For each character in your text, it gets the ASCII code of the character then converts the decimal to binary byte and then continues with the next character.
Example : let us convert "Example" into binary.
- "E" => 69 (Decimal) => 01000101 (Binary)
- "x" => 120 (Decimal) => 01111000 (Binary)
- "a" => 97 (Decimal) => 01100001 (Binary)
- "m" => 109 (Decimal) => 01101101 (Binary)
- "p" => 112 (Decimal) => 01110000 (Binary)
- "l" => 108 (Decimal) => 01101100 (Binary)
- "e" => 101 (Decimal) => 01100101 (Binary)
So "Example" => 01000101 01111000 01100001 01101101 01110000 01101100 01100101
Note : Note that the ASCII code is case-senstive "a (97)" is different from "A (65)".
How to use the Text to Binary tool?
1. Just paste your text in the box of the tool and hit "Convert".
2. You can also try the tool using the "Sample" button.
3. The "Reset" button will help you clear the tool's box.
More tools from FreeWebToolkit
Popular Tools
Recent Posts
Susan Wojcicki: The Garage Owner Who Shaped the History of Google
September 7, 2024
How To Create A Profile Iterator Custom Hook With React and TypeScript
September 7, 2024
How To Create a CSS Skeleton Animation in React js
November 19, 2022
How To Create a React Week Picker Using React Suite DatePicker?
November 13, 2022