Display hexadecimal data (Vim and hexdump)

Source: Internet
Author: User
1. Display hexadecimal data in VIM
: %! Xxd-G 1 indicates that each byte is one group.
: %! Xxd-G 2 indicates that every two bytes is a group (default)
: %! Xxd-G 4 indicates that each 4 bytes is a group of 1
: %! Xxd-r restores Vim to the original display
Man xxd can get the help file of xxd
Ii. hexdump displays hexadecimal data

Hexdump can display the file content in hexadecimal format, for example, a file with a content of 01234567890

Remember a usage (-C ):

Hexdump a-c
00000000 30 31 32 33 34 35 36 37 38 39 30 0a | 01234567890 .. |
0000000c

The red part corresponds to the hexadecimal and ASCII code.

\ R --> 0x0d carriage return

\ N --> 0x0a line break

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.