ETB
ControlNon-printableDec 23

ASCII 23 ETB

ETB (end of transmission block) at ASCII code 23.

All Representations

Decimal
23
Hexadecimal
0x17
Octal
0o027
Binary
00010111
HTML Entity


Character Details

Character[ETB]
NameETB
Decimal23
Hexadecimal0x17
Octal0o027
Binary00010111
HTML Entity
CategoryControl
PrintableNo

About ASCII 23 (ETB)

End of Transmission Block (ETB) marks the end of a data block within a larger multi-block transmission, distinguishing it from EOT which terminates the entire session. ETB enabled large messages to be broken into smaller, independently verifiable blocks — a concept directly paralleling modern packet-based networking where each segment can be acknowledged or rejected independently. This block-based approach allowed selective retransmission of corrupted blocks without resending entire messages, improving both communication reliability and bandwidth efficiency.

Control characters were defined in the original 1963 ASCII standard to manage telecommunications equipment and terminal devices. Unlike printable characters representing visible symbols, control codes perform actions: initiating transmissions, acknowledging received data, triggering device alerts, and structuring information hierarchically. Of ASCII's 128 code points, 33 are designated as control characters (codes 0–31 plus 127), reflecting the standard's deep roots in telegraphy and serial communication systems. While most control codes have fallen out of daily use, several remain essential to modern computing workflows.

In the ASCII encoding table, End of Transmission Block is assigned code point 23 in decimal (0x17 hexadecimal, 027 octal, 00010111 binary). The 7-bit ASCII standard, first published in 1963 by the American Standards Association, defines exactly 128 characters that remain the foundation of text encoding systems worldwide. UTF-8, the dominant encoding on the modern web, is fully backward compatible with ASCII — every ASCII character is encoded as the identical single byte in UTF-8, guaranteeing that End of Transmission Block works reliably across all operating systems, programming languages, and internet protocols.

Related ASCII Characters

Nearby ASCII Codes

DecHexOctBinCharName
180x120o02200010010DC2
190x130o02300010011DC3
200x140o02400010100DC4
210x150o02500010101NAK
220x160o02600010110SYN
230x170o02700010111ETB
240x180o03000011000CAN
250x190o03100011001EM
260x1A0o03200011010SUB
270x1B0o03300011011ESC
280x1C0o03400011100FS

Explore the Full ASCII Table

Browse all 128 ASCII characters with codes, representations, and detailed references.