ASCII text, Hex, Binary, Decimal, Base64 converter is an encoding system.
Hex: is the system of base 16, it has 16 digits in it from 0 to 9 & A to F. In computer languages coding it makes it easy to write large numbers.
ASCII: includes 95 printable characters arranged into 7-bit integers. Versions are widely used on smart devices. Based on 128 symbols including 10 numbers, 26 letters of the English alphabet ...
Decimal: is known as the 10 base system: 0,1,2,3,4,5,6,7,8,9.
Binary: is a system consisting of zeros and 1. Used in many electronic engineering
The tool is widely used, completely free, fast, and very convenient.
ASCII Character | Hexadecimal | Binary | Decimal |
STX | 02 | 00000010 | 2 |
ETX | 03 | 00000011 | 3 |
EOT | 04 | 00000100 | 4 |
SUB | 1A | 00011010 | 26 |
ESC | 1B | 00011011 | 27 |
! | 21 | 00100001 | 33 |
" | 22 | 00100010 | 34 |