Toolman

ASCII code for record separator

30

Record Separator — a control character, not printable

Decimal30
Hexadecimal0x1E
Octal0036
Binary00011110
HTML entity

What it is

Divides records within a group. Occasionally used in place of a newline for data that may itself contain newlines.

The full entry

ASCII 30 in full — the code point page, with what sits either side of it and how the character is encoded elsewhere.

Frequently asked questions

What is the ASCII code for record separator?

The ASCII code for record separator is 30 in decimal, 0x1E in hexadecimal and 0036 in octal.

What is record separator in binary?

00011110 — eight bits, though ASCII only defines seven, so the top bit is always zero.

Is record separator a printable character?

No. Record Separator is a control character — an instruction to a teleprinter rather than a mark on paper, which is why most tables show an empty cell for it.

Other characters

Every character by name · The ASCII table · Text to binary converter