← All Dev-Tools
Character utility
ASCII ↔ Binary.
Translate ASCII characters into 8-bit binary bytes, or turn binary bytes back into text.
Result
How values are interpreted
ASCII characters use values 0–127 and are displayed as eight bits per character. In compact decode mode, input is split into groups of eight bits. Characters outside ASCII are reported instead of being silently converted as Unicode.