bindechexascii

simple ASCII,binary,decimal and hex converter

Install

All systems
curl cmd.cat/bindechexascii.sh
Debian Debian
apt-get install bindechexascii
Ubuntu
apt-get install bindechexascii
image/svg+xml Kali Linux
apt-get install bindechexascii
Windows (WSL2)
sudo apt-get update sudo apt-get install bindechexascii
Raspbian
apt-get install bindechexascii

bindechexascii

simple ASCII,binary,decimal and hex converter

The bindechexascii is a program that convert the argument from standard input to the numbering system or character set (ASCII) specified in the option and print the result on the screen. That way you can perform the following conversion: binary to decimal, binary to hex, binary to ASCII, decimal to binary, decimal to hex, decimal to ASCII, hex to binary, hex to decimal, hex to ASCII, ASCII to binary, ASCII to decimal, ASCII to hex. It's different from packages like iprint showing all results (binary, hexadecimal,ASCII,octal) for any argument.