Uvlio

Command Palette

Search for a command to run...

Back to Tools/Developerlocal

Hex Editor

Inspect text or files as hex bytes, edit hexadecimal content, and decode it back to text locally in the browser.

Local

Runs locally in your browser by default — nothing is uploaded first.

Input

Input
Find hex / text fragment (optional)

Result

Enter text, paste hex, or load a file to inspect bytes

The viewer groups bytes into 16-byte rows with offsets and ASCII preview.

Hex Editor runs locally in your browser by default, so you can work with the content without uploading it first.

Inspect bytes as hexadecimal text, load small files, and convert edited hex back into plain text or raw bytes in the browser.

  • Check copied byte strings quickly
  • Inspect a small file header in hex
  • Edit hex values and decode them back to text

Does Hex Editor run locally or in the cloud?

Hex Editor runs locally in your browser by default, so you can work with the content without uploading it first.

What usually comes after Hex Editor?

A common next step is to continue into related workflows such as Code and Data Formatting Tools.

Why use hex instead of decimal bytes?

Hex maps neatly to bytes: two hex digits represent one byte, making patterns easier to read.

About Hex Editor

Inspect bytes as hexadecimal text, load small files, and convert edited hex back into plain text or raw bytes in the browser.

Common use cases

  • Check copied byte strings quickly
  • Inspect a small file header in hex
  • Edit hex values and decode them back to text

How to use

  1. Choose text-to-hex or hex-to-text mode.
  2. Paste text, hex bytes, or load a small file.
  3. Review the converted output and copy or download the result.

Browse all Developer tools · All tools · Related guide