ASCII / Unicode Explorer
Inspect characters, code points, bytes, and escapes
Related
Landing-page workflow
Make low-level concepts visible: number bases, bits, logic, character encodings, and simple classical ciphers.
Use this when a developer task turns into a fundamentals problem and seeing the representation helps.
Inspect characters, code points, bytes, and escapes
Related
Convert exact integers between base 2, 10, and 16
Evaluate AND, OR, XOR, NOT, and bit shifts by width
Translate text to and from Morse code
Encode with ROT13 or Caesar cipher
Generate propositional logic truth tables in the browser
Convert signed decimals to fixed-width binary and back
Translate one flag value across number bases and catch where a copied constant changed meaning.
Inspect invisible characters before blaming validation, rendering, or a teammate's paste.
Use fixed-width bitwise operations to explain why one permission bit is missing.
Decode a two's-complement bit pattern before turning a device value into a fake positive number.
Generate a truth table to catch a conditional that is correct in prose but wrong in code.
Translate Morse code and verify whether spacing changed letters, words, or the whole message.
Identify a simple substitution cipher and decode it without mistaking it for encryption.