Hex editor
Computer program which can represent and edit data at the byte level
A hex (short for hexadecimal), binary, or byte editor is software that allows for editing data as binary data. It is particularly useful for editing non-human-readable data of a file, but can be used for any data.
Nº Q747948 ★★
Uncommon · Knowledge
Hex editor
Computer program which can represent and edit data at the byte level
A hex (short for hexadecimal), binary, or byte editor is software that allows for editing data as binary data. It is particularly useful for editing non-human-readable data of a file, but can be used for any data.
Last price
—
Floor price
—
7-day median
—
30-day sales
0
30-day range
—
In circulation
0
Price history
median
low – high
sales
No sales in this period
Show table
| Date | median | Low | High | sales |
|---|
Sales history
- Last sale
- —
- 30-day average
- —
- 30-day low
- —
- 30-day high
- —
- Sales 7d
- 0
- Sales 30d
- 0
No sales yet.
Anonymous sales: no buyer or seller shown. Figures count player-to-player sales only.
From Wikipedia
A hex (short for hexadecimal), binary, or byte editor is software that allows for editing data as binary data. It is particularly useful for editing non-human-readable data of a file, but can be used for any data. Generally, a hex editor is a standalone program, and its user experience is similar to that of a text editor. A user can see and edit the raw and exact contents of a file, as opposed to the interpretation of the content that other, higher level application software may associate with the file format. For example, this could be the data bytes that represent an image instead of a graphical representation. Generally, data is grouped in 4 groups of 4 bytes or 2 groups of 8 bytes, followed by one group of 16 printable ASCII characters which correspond to each pair of hex values (each byte). Non-printable ASCII characters are typically represented by a dot (".") in the ASCII field. A hex editor is sometimes used to fix data corruption problems. It can be useful to bypass application edit checks which may prevent correction of erroneous data. It has been used to "patch" executable programs (change or add a few instructions) as an alternative to recompilation. Program fixes for IBM mainframe systems are sometimes distributed as patches rather than distributing a complete copy of the affected program.
Text: Wikipédia, CC BY-SA 4.0. · Image: Rwxrwxrwx at en.wikipedia. (CC BY-SA 3.0) ·
Related cards
Intel HEX
File format for conveying binary information
Nº Q572649 ★★
Text editor
Computer software used to edit plain text documents
Nº Q131212 ★★★
Binary-to-text encoding
Scheme for encoding arbitrary binary data as plain text
Nº Q3775042 ★
Binary-coded decimal
Class of binary encodings of decimal numbers where each decimal digit is represented by a fixed number of bits, usually four or eight. Special bit patterns are sometimes used for a sign or for other indications
Nº Q276582 ★★★
Haxe
Cross-platform open-source programming language
Nº Q285886 ★★
Base32
Binary-to-text encoding scheme using 32 symbols
Nº Q809818 ★★