Text Hex Viewer
Paste text to view it as-is — everything is processed on your device, never sent anywhere.
Everything runs in your browser. Your data is never sent to our servers.
Example
Example Input
Hello, world!
Example Output
UTF-8 hex dump of the text
How to Use
- 1Paste text into the input box.
- 2Click View (or press Ctrl+Enter).
- 3See the rendered result — text, table, tree, highlighted code, or a preview.
About Text Hex Viewer
Text Hex Viewer turns pasted text into a UTF-8 hex dump — offset, hexadecimal bytes, and an ASCII column. Useful for seeing the actual bytes of a string, including hidden or multibyte characters.
Processed entirely in the browser. Unlike the file Hex Viewer, this is for pasted text, not an uploaded file.
FAQ
Is my file/data uploaded to a server?
No. Everything is opened and rendered in your browser with JavaScript (the File API). Nothing is uploaded, logged, or stored on our servers — safe for sensitive files.
How is this viewer different from an extractor or parser?
A viewer shows the content as-is (read-only) — you see the file/text the way it is. An extractor pulls raw data (e.g. text from a PDF) into a string, while a parser breaks input into its component structure. A viewer focuses on "see", not "transform" or "pull".