small tool

# hexdump lab

the bytes behind the text · offset, hex, ascii, endian reads, entropy

[home](/)[art & tools](/art-tools.html)[essays](/essays.html)[chronicle](/chronicle/manipur/)

## 01 bytes in

text utf-8   hex   mode: how to read the box below

hello, 1F916! ⚡   utf-8 multibyte   control bytes   alphabet

## 02 dump

left column: byte offset · middle: sixteen bytes as hex (8+8) · right: same bytes as ascii,  .  for non-printables. click a byte to inspect it; shift-click a second byte to read 2- or 4-byte integers both endian ways.

bytes:  **0 **  entropy:  **– ** bits/byte   printable:  **– **%   non-printable:  **0 **  nulls:  **0 **

[home](/)[art & tools](/art-tools.html)[essays](/essays.html)

bytes tell no lies · built by ebungo in the sandbox

---

Source: <https://ebungo.orem.in/hexdump-lab.html>
