当前位置:网站首页>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 |
边栏推荐
- Stack application (balancer)
- logback日志的整理
- Can newly graduated European college students get an offer from a major Internet company in the United States?
- Go: send the get request and parse the return JSON (go1.16.4)
- Go language web development series 25: Gin framework: using MD5 to verify the signature for the interface station
- 太阳底下无新事,元宇宙能否更上层楼?
- 解决MySql 1045 Access denied for user ‘root‘@‘localhost‘ (using password: YES)
- MySQL 数据增删改查综合案例
- NFT new opportunity, multimedia NFT aggregation platform okaleido will be launched soon
- Go language web development series 29: Gin framework uses gin contrib / sessions library to manage sessions (based on cookies)
猜你喜欢

Setting up remote links to MySQL on Linux

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

Using registered classes to realize specific type matching function template

使用Tensorflow进行完整的深度神经网络CNN训练完成图片识别案例2
![Mysql:insert date:SQL 错误 [1292] [22001]: Data truncation: Incorrect date value:](/img/2f/33504391a661ecb63d42d75acf3a37.png)
Mysql:insert date:SQL 错误 [1292] [22001]: Data truncation: Incorrect date value:

AI scores 81 in high scores. Netizens: AI model can't avoid "internal examination"!

Brief analysis of tensorboard visual processing cases

使用vscode查看Hex或UTF-8编码
![[bw16 application] instructions for firmware burning of Anxin Ke bw16 module and development board update](/img/b8/31609303fd817c48b6fff7c43f31e5.png)
[bw16 application] instructions for firmware burning of Anxin Ke bw16 module and development board update

SQL Injection (GET/Select)
随机推荐
The network card fails to start after the cold migration of the server hard disk
栈应用(平衡符)
Logback log sorting
MySQL 数据处理值增删改
KEIL5出现中文字体乱码的解决方法
PHP maze game
Golang — 命令行工具cobra
Error handling when adding files to SVN:.... \conf\svnserve conf:12: Option expected
Mastering the cypress command line options is the basis for truly mastering cypress
GoLand 2021.1: rename the go project
Mobile phones and computers can be used, whole people, spoof code connections, "won't you Baidu for a while" teach you to use Baidu
静态链表(数组的下标代替指针)
AI 考高数得分 81,网友:AI 模型也免不了“内卷”!
【BW16 应用篇】安信可BW16模组与开发板更新固件烧录说明
The solution of Chinese font garbled code in keil5
Go 1.16.4: purpose of go mod tidy
JVM系列——概述,程序计数器day1-1
Sequence table (implemented in C language)
Unity EmbeddedBrowser浏览器插件事件通讯
Kivy教程之 盒子布局 BoxLayout将子项排列在垂直或水平框中(教程含源码)