Toolman

ASCII 15

ASCII 15 is Shift In — the control character SI.

Every representation

CharacterSI (not printable)
NameShift In
Decimal15
Hexadecimal0x0F
Octal0017
Binary00001111
HTML entity
Escape sequence\x0F
UnicodeU+000F
KeyboardCtrl+O
GroupControl character

What it is for

Switched back to the standard character set.

Where the number comes from

Codes 0 to 31 were reserved for control: instructions to a teleprinter rather than characters to print. Code 15 is Ctrl+O because the Ctrl key was originally wired to clear the top two bits of whatever you typed, mapping the letter O at 79 down to 15.

Frequently asked questions

What is ASCII 15?

Shift In (SI), a control character. In hexadecimal it is 0x0F, in octal 0017, and in binary 00001111.

How do I type ASCII 15?

Press Ctrl+O in a terminal. In a string literal you can write it as \\x0F in most languages.

Is ASCII 15 printable?

No. Codes 0 to 31 and 127 are control characters — they were instructions to a teleprinter rather than marks on paper, and most terminals show nothing for them.

Nearby codes

Full ASCII table · Text to binary converter · Number base converter