Status
Ready
Current state
Output
Available
5133 chars
Favorite
Unpinned
Not favorited
Session
Draft
Unsaved work
Split Editor
Input on the left, output on the right
Filter
Output is a TSV table — paste anywhere, or use filter + search to narrow rows.
Input1L · 0
Output129L · 5.0 KB
Ready
DEC HEX OCT BIN CHAR HTML DESCRIPTION
0 0x00 0o000 00000000 \x00 � NUL (null)
1 0x01 0o001 00000001 \x01  SOH (start of heading)
2 0x02 0o002 00000010 \x02  STX (start of text)
3 0x03 0o003 00000011 \x03  ETX (end of text)
4 0x04 0o004 00000100 \x04  EOT (end of transmission)
5 0x05 0o005 00000101 \x05  ENQ (enquiry)
6 0x06 0o006 00000110 \x06  ACK (acknowledge)
7 0x07 0o007 00000111 \x07  BEL (bell)
8 0x08 0o010 00001000 \x08  BS (backspace)
9 0x09 0o011 00001001 \x09 	 HT (horizontal tab)
10 0x0A 0o012 00001010 \x0a LF (line feed)
11 0x0B 0o013 00001011 \x0b  VT (vertical tab)
12 0x0C 0o014 00001100 \x0c  FF (form feed)
13 0x0D 0o015 00001101 \x0d CR (carriage return)
14 0x0E 0o016 00001110 \x0e  SO (shift out)
15 0x0F 0o017 00001111 \x0f  SI (shift in)
16 0x10 0o020 00010000 \x10  DLE (data link escape)
17 0x11 0o021 00010001 \x11  DC1 (device control 1)
18 0x12 0o022 00010010 \x12  DC2 (device control 2)
19 0x13 0o023 00010011 \x13  DC3 (device control 3)
20 0x14 0o024 00010100 \x14  DC4 (device control 4)
21 0x15 0o025 00010101 \x15  NAK (negative ack)
22 0x16 0o026 00010110 \x16  SYN (synchronous idle)
23 0x17 0o027 00010111 \x17  ETB (end trans block)
24 0x18 0o030 00011000 \x18  CAN (cancel)
25 0x19 0o031 00011001 \x19  EM (end of medium)
26 0x1A 0o032 00011010 \x1a  SUB (substitute)
27 0x1B 0o033 00011011 \x1b  ESC (escape)
28 0x1C 0o034 00011100 \x1c  FS (file separator)
29 0x1D 0o035 00011101 \x1d  GS (group separator)
30 0x1E 0o036 00011110 \x1e  RS (record separator)
31 0x1F 0o037 00011111 \x1f  US (unit separator)
32 0x20 0o040 00100000   SPACE
33 0x21 0o041 00100001 ! ! '!'
34 0x22 0o042 00100010 " " '"'
35 0x23 0o043 00100011 # # '#'
36 0x24 0o044 00100100 $ $ '$'
37 0x25 0o045 00100101 % % '%'
38 0x26 0o046 00100110 & & '&'
39 0x27 0o047 00100111 ' ' '''
40 0x28 0o050 00101000 ( ( '('
41 0x29 0o051 00101001 ) ) ')'
42 0x2A 0o052 00101010 * * '*'
43 0x2B 0o053 00101011 + + '+'
44 0x2C 0o054 00101100 , , ','
45 0x2D 0o055 00101101 - - '-'
46 0x2E 0o056 00101110 . . '.'
47 0x2F 0o057 00101111 / / '/'
48 0x30 0o060 00110000 0 0 '0'
49 0x31 0o061 00110001 1 1 '1'
50 0x32 0o062 00110010 2 2 '2'
51 0x33 0o063 00110011 3 3 '3'
52 0x34 0o064 00110100 4 4 '4'
53 0x35 0o065 00110101 5 5 '5'
54 0x36 0o066 00110110 6 6 '6'
55 0x37 0o067 00110111 7 7 '7'
56 0x38 0o070 00111000 8 8 '8'
57 0x39 0o071 00111001 9 9 '9'
58 0x3A 0o072 00111010 : : ':'
59 0x3B 0o073 00111011 ; ; ';'
60 0x3C 0o074 00111100 < < '<'
61 0x3D 0o075 00111101 = = '='
62 0x3E 0o076 00111110 > > '>'
63 0x3F 0o077 00111111 ? ? '?'
64 0x40 0o100 01000000 @ @ '@'
65 0x41 0o101 01000001 A A 'A'
66 0x42 0o102 01000010 B B 'B'
67 0x43 0o103 01000011 C C 'C'
68 0x44 0o104 01000100 D D 'D'
69 0x45 0o105 01000101 E E 'E'
70 0x46 0o106 01000110 F F 'F'
71 0x47 0o107 01000111 G G 'G'
72 0x48 0o110 01001000 H H 'H'
73 0x49 0o111 01001001 I I 'I'
74 0x4A 0o112 01001010 J J 'J'
75 0x4B 0o113 01001011 K K 'K'
76 0x4C 0o114 01001100 L L 'L'
77 0x4D 0o115 01001101 M M 'M'
78 0x4E 0o116 01001110 N N 'N'
79 0x4F 0o117 01001111 O O 'O'
80 0x50 0o120 01010000 P P 'P'
81 0x51 0o121 01010001 Q Q 'Q'
82 0x52 0o122 01010010 R R 'R'
83 0x53 0o123 01010011 S S 'S'
84 0x54 0o124 01010100 T T 'T'
85 0x55 0o125 01010101 U U 'U'
86 0x56 0o126 01010110 V V 'V'
87 0x57 0o127 01010111 W W 'W'
88 0x58 0o130 01011000 X X 'X'
89 0x59 0o131 01011001 Y Y 'Y'
90 0x5A 0o132 01011010 Z Z 'Z'
91 0x5B 0o133 01011011 [ [ '['
92 0x5C 0o134 01011100 \ \ '\'
93 0x5D 0o135 01011101 ] ] ']'
94 0x5E 0o136 01011110 ^ ^ '^'
95 0x5F 0o137 01011111 _ _ '_'
96 0x60 0o140 01100000 ` ` '`'
97 0x61 0o141 01100001 a a 'a'
98 0x62 0o142 01100010 b b 'b'
99 0x63 0o143 01100011 c c 'c'
100 0x64 0o144 01100100 d d 'd'
101 0x65 0o145 01100101 e e 'e'
102 0x66 0o146 01100110 f f 'f'
103 0x67 0o147 01100111 g g 'g'
104 0x68 0o150 01101000 h h 'h'
105 0x69 0o151 01101001 i i 'i'
106 0x6A 0o152 01101010 j j 'j'
107 0x6B 0o153 01101011 k k 'k'
108 0x6C 0o154 01101100 l l 'l'
109 0x6D 0o155 01101101 m m 'm'
110 0x6E 0o156 01101110 n n 'n'
111 0x6F 0o157 01101111 o o 'o'
112 0x70 0o160 01110000 p p 'p'
113 0x71 0o161 01110001 q q 'q'
114 0x72 0o162 01110010 r r 'r'
115 0x73 0o163 01110011 s s 's'
116 0x74 0o164 01110100 t t 't'
117 0x75 0o165 01110101 u u 'u'
118 0x76 0o166 01110110 v v 'v'
119 0x77 0o167 01110111 w w 'w'
120 0x78 0o170 01111000 x x 'x'
121 0x79 0o171 01111001 y y 'y'
122 0x7A 0o172 01111010 z z 'z'
123 0x7B 0o173 01111011 { { '{'
124 0x7C 0o174 01111100 | | '|'
125 0x7D 0o175 01111101 } } '}'
126 0x7E 0o176 01111110 ~ ~ '~'
127 0x7F 0o177 01111111 \x7f  DEL (delete)Diagnostics
Filterall
Results128
Search--
Processing completed successfully