Convert an ASCII character or control value among decimal, hexadecimal, octal, and binary notation.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Every 7-bit ASCII value from 0 through 127 is represented in four radices, with binary padded to eight visible digits for byte-oriented work. A separately labelled Latin-1 Supplement covers printable values 160 through 255 without redefining them as ASCII.
65
1 of 224 entries match "65": Dec Hex Oct Binary Char Name 65 41 101 01000001 A Latin capital letter A
Protocol debugging identifies CR and LF controls, source-code escapes translate numeric byte notation, and hex dumps map printable byte values back to ASCII characters.