项目作者: jcplaboratory

项目描述 :
Binary Dealer is the first open-source software by J.C.P Laboratory thats converts Text to Binary and vice versa. A Binary digit is a string of eight 0s and 1s, patterned using a base two numbering system used to represent text, numbers, digital data in information and communication devices and everything computer science related.
高级语言: Visual Basic
项目地址: git://github.com/jcplaboratory/binary-dealer.git
创建时间: 2016-11-04T07:45:50Z
项目社区:https://github.com/jcplaboratory/binary-dealer

开源协议:GNU General Public License v2.0

下载


Build Status

Binary Dealer (Text/Binary Converter)

What is Binary Dealer?

Binary Dealer is the first open-source software by J.C.P Laboratory thats converts Text to Binary and vice versa. A Binary digit is a string of eight 0s and 1s, patterned using a base two numbering system used to represent text, numbers, digital data in information and communication devices and everything computer science related. For example the word “computer” in a human readable form known as ASCII is rendered in binary as “01100011 01101111 01101101 01110000 01110101 01110100 01100101 01110010”.

[Build Status

Binary Dealers also comes with Text Editor that automatically converts to binary or binary to text instantly.

[Build Status

How does it work?

Binary Dealer uses some special algorithm to translate human readable characters in ASCII to binary.