当前位置:网站首页>Use vscode to view hex or UTF-8 codes
Use vscode to view hex or UTF-8 codes
2022-07-03 13:51:00 【sanqima】
vscode It's a cross platform 、 Support for multiple languages 、 The plug-in is very IDE, Use it to view the source code 、 Look at the file hex or UTF-8 code , Very convenient . It's recommended here vscode Check it out hex or UTF-8 Plug in for :Hex Editor, As follows .
1 install Hex Editor
open vscode, Click the Tian character Icon on the left --》 stay " Extend the shop " in , Input hex, Choose Hex Editor —> Can be installed .

2 see UTF-8 code
File to be viewed , Drag in vscode, For example, will hello.txt Drag in vscode --> stay vscode Of Tab Right click in the page hello.txt --> How to reopen the editor –> Hex Editor --》 Get the file bag UTF-8 code , Pictured (2)、 chart (3) Shown :


Click on the first byte , Show details on the right , Get Chinese " God " The word UTF8 The code of is :E5 A4 A9, Pictured (4) Shown :

3 In different contexts " cloud " word UTF-8 code
Li Bai's poems :“ look at the bright moon , Bow your head and think of your hometown ”, It's also the moon , Chinese call " The moon ", And the English name is “Moon”. It is also a cloud in the sky , Different languages , There are different representations , Then it's UTF-8 It's also different .
| Language | original text | UTF-8 code |
|---|---|---|
| English | cloud | 0x63 6C 6F 7F 64 |
| chinese | cloud | 0xE4 BA 91 |
| Russian | облака | 0xD0 BE D0 B1 D0 BB D0 B0 D0 BA D0 B0 |
| Korean | 구름 | 0xEA B5 AC EB A6 84 |
| Japanese | クラウド | 0xE3 82 AF E3 83 A9 E3 82 A6 E3 83 89 |
| French | Nuage | 0x4E 75 61 67 65 |
| German | Wolke | 0x57 6F 6C 6B 65 |
| Spanish | Nube | 0x4E 75 62 65 |
| Vietnamese | Mây | 0x4D C3 A2 79 |
| Congolese | mbuka | 0x6D 62 75 6B 61 |
| Persian | ابر | 0xD8 A7 D8 A8 D8 81 |
| Finnish language | pilvi | 0x70 69 6C 76 69 |
边栏推荐
- The network card fails to start after the cold migration of the server hard disk
- Go 1.16.4: manage third-party libraries with Mod
- Richview trvstyle liststyle list style (bullet number)
- Using registered classes to realize specific type matching function template
- NFT new opportunity, multimedia NFT aggregation platform okaleido will be launched soon
- Error running 'application' in idea running: the solution of command line is too long
- Record 405 questions about bank callback post request
- GoLand 2021.2 configure go (go1.17.6)
- Golang - command line tool Cobra
- Kivy教程之 如何通过字符串方式载入kv文件设计界面(教程含源码)
猜你喜欢

Implementation of Muduo accept connection, disconnection and sending data

GoLand 2021.1: rename the go project

There is nothing new under the sun. Can the meta universe go higher?

3D视觉——2.人体姿态估计(Pose Estimation)入门——OpenPose含安装、编译、使用(单帧、实时视频)

GoLand 2021.2 configure go (go1.17.6)

The shortage of graphics cards finally came to an end: 3070ti for more than 4000 yuan, 2000 yuan cheaper than the original price, and 3090ti

AI 考高数得分 81,网友:AI 模型也免不了“内卷”!

常见的几种最优化方法Matlab原理和深度分析

Go language web development series 29: Gin framework uses gin contrib / sessions library to manage sessions (based on cookies)

Students who do not understand the code can also send their own token, which is easy to learn BSC
随机推荐
Using registered classes to realize specific type matching function template
GoLand 2021.2 configure go (go1.17.6)
MapReduce implements matrix multiplication - implementation code
Multi table query of MySQL - multi table relationship and related exercises
Logback log sorting
Golang - command line tool Cobra
双向链表(我们只需要关注插入和删除函数)
Mycms we media mall v3.4.1 release, user manual update
Unity render streaming communicates with unity through JS
[how to solve FAT32 when the computer is inserted into the U disk or the memory card display cannot be formatted]
Use docker to build sqli lab environment and upload labs environment, and the operation steps are provided with screenshots.
Mastering the cypress command line options is the basis for truly mastering cypress
Several common optimization methods matlab principle and depth analysis
Go language web development series 30: gin: grouping by version for routing
Shell timing script, starting from 0, CSV format data is regularly imported into PostgreSQL database shell script example
Comprehensive evaluation of double chain notes remnote: fast input, PDF reading, interval repetition / memory
mysql中的字段问题
SwiftUI 开发经验之作为一名程序员需要掌握的五个最有力的原则
GoLand 2021.1: rename the go project
Dynamic programming 01 knapsack and complete knapsack