Formatadores e Código
Editor Hex / Ficheiros Binários
Inspect any file byte-by-byte — offsets, hex, ASCII.
| Offset | Hex | ASCII |
|---|---|---|
| Drop a file to inspect. | ||
Showing 64 rows from the goto offset. Search accepts plain text or hex bytes (e.g. DEADBEEF).
Nota do editor
Understanding · Bytes on the left, ASCII on the right, offsets up top.
Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.
Perguntas frequentes
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.
As pessoas também pesquisam por
Ferramentas relacionadas
More in this room.
- Conversor de JSON para XMLConverta JSON para XML limpo e bem formatado.
- Conversor de CSV para JSONTransforme folhas de cálculo em arrays JSON — instantaneamente.
- Conversor de YAML para JSONConverta YAML para JSON — instantâneo, apenas no navegador.
- Conversor de JSON para ExcelConverta arrays JSON em folhas de cálculo Excel.
- Conversor TOML ⇄ JSONConverta entre TOML e JSON — ambas as direções.
- Conversor INI ⇄ JSONConverta ficheiros de configuração INI para JSON e vice-versa.