Converting

Hex Dump

Lay text out the way hexdump -C does: byte offset, the raw bytes in hex, and the printable characters beside them. Hovering a byte marks it in both columns. Counts real encoded bytes, so é shows as two under UTF-8, not one.

Bytes

13

as utf-8

Characters

13

code points

Rows

1

16 per row

Non-ASCII

0

bytes above 0x7F

Dump

0000000048656c6c6f2c20576f726c6421      |Hello, World! |
ffprintable ASCII (12)ffspace, tab, newline (1)
Share

marduc812

© 202620260824_1c411cc