Convert text to hexadecimal and vice versa
Hexadecimal (base 16) usa os dígitos 0-9 e letras A-F. Cada byte é representado por dois caracteres hex.
Usos comuns:
Exemplo: Hello → 48 65 6C 6C 6F
Convert text to binary and vice versa
Convert text to ASCII codes and vice versa
Convert between binary, octal, decimal and hexadecimal