User Tools

Site Tools


hex_editing

If you want to send us your comments, please do so. Thanks
More on comments


Hex editing

ascii table

To show an ascii table in hex on the cli do ascii
ASCII tabel. An alternative: The complete table of ASCII characters
UTF-8 table

Conversion

printf%x’ 2097151967232

results in: 1e847ff8000

Conversion between ascii, hex, octal and binary
and
the w3resource Conversion Tools

Command output in hex

Example

echo Hello | xxd -i

Hex editors and viewers

Hex editors / viewers we like:

NameRemark
asciiInteractive ascii name and synonym chart
ascii2binarybinary, hex and ascii converter
beavBinary editor and viewer
bindechexasciibinary, decimal, hex and ascii converter
blessA full featured hexadecimal editor
bvibinary file editor based on the vi
dhexncurses based hex editor with diff mode
hd, hexdumpDisplay file contents in hexadecimal, decimal, octal, or ascii
hexerVi like interfacing. Can not search in the hexcode
hexcurse (1.55-2)ncurses based, CTRL+q or :q to exit. A bit primitive. No character instertion, no search and replace
hteht (Package name). hte (Program name). Our favorite
How to search. Shift-F7 continues a search from cursor
lfhexCan handle large files. Viewing and editing files in hex, octal, binary or ascii
ncurses-hexeditInvoke with hexeditor
tweakCan handle extremely large files
uni2asciiConvert UTF-8 Unicode to various 7-bit ASCII representations
wxHexEditorGraphical userinterface. Version 0.22 Beta is incorporated in Debian Wheezy
xxdMake a hexdump or do the reverse. Comes with vim

Hexer

Remove x0d characters

Open a file

hexer hexfileToEdit.txt

search for hex 0D and replace it with nothing, thus removing it. Ask for confirmation. When satisfied the option always can be selected. Thereby removing all 0D's for the remainder of the document

:s /\x0d//c

Save the file with

:w

Close hexer with

:q

Main subjects on this wiki: Linux, Debian, HTML, Microcontrollers, Privacy

RSS
Disclaimer
Privacy statement
Bugs statement
Cookies
Copyright © : 2014 - 2024 Webevaluation.nl and the authors
Changes reserved.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
hex_editing.txt · Last modified: 26-02-2024 10:48 by wim