ASCII, decimal, hexadecimal, octal, and binary conversion table

ASCIIDecimalBinary
end of transmission block2310111
cancel2411000
end of medium2511001
end of file/ substitute2611010

What character set is ASCII?

ASCII is a 7-bit character set containing 128 characters. It contains the numbers from 0-9, the upper and lower case English letters from A to Z, and some special characters. The character sets used in modern computers, in HTML, and on the Internet, are all based on ASCII.

What is a standard Ascii character set?

The Standard ASCII Character Set Bytes are frequently used to hold individual characters in a text document. In the ASCII character set, each binary value between 0 and 127 is given a specific character. Most computers extend the ASCII character set to use the full range of 256 characters available in a byte.

What is the ASCII value of 22?

ASCII, decimal, hexadecimal, octal, and binary conversion table

ASCIIDecimalBinary
device control 42010100
negative acknowledge2110101
synchronous idle2210110
end of transmission block2310111

What is 6F in ASCII?

Hex to ASCII text conversion table

HexadecimalBinaryASCII Character
6F01101111o
7001110000p
7101110001q
7201110010r

What character is ASCII 255?

3 Answers

CharDecHex
SPACE3220
Alt + 255160A0

What character is ascii 160?

Non-breaking space

Non-breaking space
In UnicodeU+00A0 NO-BREAK SPACE (HTML   ·  , &NonBreakingSpace )
See alsoU+0020 SPACE (HTML · Note: Representations here of a regular space are replaced with a no-break space) Other types of spaces

What is the ascii value of 97?

ASCII characters from 33 to 126

ASCII codeCharacter
94^ caret
97a lowercase a
100d lowercase d
103g lowercase g

What is CHR 26?

Chart for all the valid Chr() codes:

QTP CODESYMBOLDESCRIPTION
Chr(26)SUBSubstitute
Chr(27)ESCEscape
Chr(28)FSFile Separator
Chr(29)GSGroup Separator

What is the ASCII value of 32?

Standard ASCII Characters

DecHexDescription
301ERecord separator (RS)
311FUnit separator (US)
3220Space
3321Exclamation mark