Why this tool is useful
Use byte-radix output to inspect protocol payloads, verify encoding assumptions and move small UTF-8 fixtures between numeric notations.
Represent UTF-8 bytes in binary, octal, decimal or hexadecimal and decode validated byte tokens back to text.
Ready. Your working data stays in this browser.
Use byte-radix output to inspect protocol payloads, verify encoding assumptions and move small UTF-8 fixtures between numeric notations.
TextEncoder creates bytes for encoding; decoding parses one bounded token per byte, enforces 0–255 and uses a fatal UTF-8 decoder.
Hi in hexadecimal is 48 69; selecting binary yields 01001000 01101001.
The calculation is deterministic and explains validation errors instead of silently changing invalid input.
Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.
Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.