Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New conversion formats HEX-BIN(binary), ASCII-BIN, BIN-ASCII #84

Open
OmlineEditor opened this issue Mar 9, 2024 · 0 comments
Open

Comments

@OmlineEditor
Copy link

now it is possible to convert only:
ASCII -> HEX
HEX -> ASCII

please add new conversion options
HEX -> BIN (binary)
BIN -> HEX
ASCII -> BIN
BIN-> ASCII

I sometimes need to convert data directly from the collected binary 1 and 0.
An example of working with binary data:
01100001 01100010 01100011 -> abc
abc -> 01100001 01100010 01100011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant