Skip to content

포매터 및 코드

Hex / 바이너리 파일 편집기

Inspect any file byte-by-byte — offsets, hex, ASCII.

Runs in your browser
OffsetHexASCII
Drop a file to inspect.

Showing 64 rows from the goto offset. Search accepts plain text or hex bytes (e.g. DEADBEEF).

편집자 노트

Understanding · Bytes on the left, ASCII on the right, offsets up top.

이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.

자주 묻는 질문

Quick answers.

What is the difference between hex and ASCII?

Hexadecimal represents each byte as a base-16 number from `00` to `FF`, while the ASCII view shows the printable character equivalent. Non-printable characters are typically represented by a dot in the ASCII column.

Is my file uploaded to your server?

No. The editor uses the browser's File API to read and modify the data locally on your device. Your file data never leaves your computer.

Can I edit large files with this tool?

Most files under 100MB will load smoothly, though performance depends on your device's available memory. For extremely large files, the browser may experience latency when rendering the full hex grid.

How do I interpret the offset column?

The offset column on the left shows the memory address or position of the first byte in that row. It is usually displayed in hexadecimal to help locate specific data structures within the file.

사람들이 다음도 검색합니다.

관련 도구

More in this room.

모두 보기 포매터 및 코드