Formateurs & Code
Éditeur de Fichiers Hex / Binaires
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).
Note de la rédaction
Understanding · Bytes on the left, ASCII on the right, offsets up top.
Ce chapitre approfondi n'est actuellement disponible qu'en anglais. L'outil de conversion ci-dessus fonctionne dans votre langue ; le long article explicatif n'a pas encore été traduit.
Questions fréquentes
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.
Les internautes recherchent aussi
Outils similaires
More in this room.
- Convertisseur JSON en XMLConvertit JSON en XML propre et bien formé.
- Convertisseur CSV en JSONTransformez instantanément des feuilles de calcul en tableaux JSON.
- Convertisseur YAML en JSONConvertissez YAML en JSON — instantané, uniquement sur navigateur.
- Convertisseur JSON en ExcelTransformez les tableaux JSON en feuilles de calcul Excel.
- Convertisseur TOML ⇄ JSONConvertir entre TOML et JSON — dans les deux sens.
- Convertisseur INI ⇄ JSONConvertir les fichiers de configuration INI en JSON et vice-versa.