This online encoder tool converts your ASCII Text, Decimal, Hex / Hexadecimal or Octal data to Binary value. Text to binary, decimal to binary, hex to binary and octal to binary
Select the data type you want to encoded. Then enter or paste your data in the first text box and click Encode To Binary button.
This tool converts the data in ASCII, Decimal, Hexadecimal or Octal to Binary code.
If you select Text option in the tool, it will convert the text data to binary value. In text to binary conversion, text value of "0" is converted to 8bit binary string "00110000."
For example, the binary format for "www.mytecbits.com" is "01110111 01110111 01110111 00101110 01101101 01111001 01110100 01100101 01100011 01100010 01101001 01110100 01110011 00101110 01100011 01101111 01101101".
In decimal to binary conversion, decimal value of "0" is converted to binary string "0000."
For example, the binary format for "123456789" is "111010110111100110100010101".
In hex or Hexadecimal to binary conversion, hex value of "0xA" is converted to binary string "1010."
For example, the binary format for "75bcd15" is "111010110111100110100010101".
In octal to binary conversion, octal value of "7" is converted to binary string "111."
For example, the binary format for "726746425" is "111010110111100110100010101".
Page Last Modified On: Jul 23, 2021
Disclaimer: We took every effort to provide higher level of accuracy in the calculators, converters and tools we have added to www.MyTecBits.com Tools section. But, we cannot give any guarantee or can be held responsible for any errors, defects, faults or mistakes in any of the calculators, converters or tools. Please see detailed terms of use and liability disclaimer in Terms of Use Page.