String to ascii or Hexa or Binary Converter
Definition of string states a sequence of characters either as a literal constant or as some kind of variable, a string is usually understood as data type and is implemented as array of bytes. This online conversion tool has been developed to convert string to ASCII or hexa or binary digits.
String - ASCII, HEX, Binary
ASCII CODE Chart - Character and their equivalent decimal values
Char | NUL | SOH | STX | ETX | EOT | ENQ | ACK | BEL | BS | HT | LF | VT | FF | CR | SO | SI |
DEC | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 |
| | | | | | | | | | | | | | | | |
Char | DLE | DC1 | DC2 | DC3 | DC4 | NAK | SYN | ETB | CAN | EM | SUB | ESC | FS | GS | RS | US |
DEC | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
| | | | | | | | | | | | | | | | |
Char | SP | ! | " | # | $ | % | & | ' | ( | ) | * | + | , | - | . | / |
DEC | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 |
| | | | | | | | | | | | | | | | |
Char | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | : | ; | < | = | > | ? |
DEC | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 |
| | | | | | | | | | | | | | | | |
Char | @ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O |
DEC | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 |
| | | | | | | | | | | | | | | | |
Char | P | Q | R | S | T | U | V | W | X | Y | Z | [ | \ | ] | ^ | _ |
DEC | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 |
| | | | | | | | | | | | | | | | |
Char | ` | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o |
DEC | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 |
| | | | | | | | | | | | | | | | |
Char | p | q | r | s | t | u | v | w | x | y | z | { | | | } | ~ | DEL |
DEC | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 |