ASCII
Descripción
man asciiConversiones
echo <hexadecimal> | xxd -r -p
echo 41 | xxd -r -p
bindechexascii --h2a <hexadecimal>
bindechexascii --h2a 41echo -n "<ASCII>" | xxd -p
echo -n "A" | xxd -p
bindechexascii --a2h "<ASCII>"
bindechexascii --a2h "A"Última actualización