- HEX、DEC、OCT 和 BIN 的含义 - 菜鸟教程
十六进制 (简写为 hex 或下标 16)是一种基数为 16 的计数系统,是一种逢 16 进 1 的进位制。 通常用数字 0、1、2、3、4、5、6、7、8、9 和字母 A、B、C、D、E、F(a、b、c、d、e、f)表示,其中: A~F 表示 10~15,这些称作十六进制数字。
- 字符串HEX转换 - 在线工具大全
字符串HEX转换 (hex转string,string转hex),将字符串使用选定的字符集转换为字节数组,字节数组中的每个字节编码为两个十六进制字符,得到HEX字符串结果。
- HTML Color Codes
Find that perfect color with our color picker and discover beautiful color harmonies, tints, shades and tones; input Hex color codes, RGB and HSL values, and generate HTML, CSS and SCSS styles
- 十六進制 - 維基百科,自由的百科全書
十六進制 (英語:Hexadecimal,簡寫為 Hex 或下標 16)在 數學 中是一種逢16進1的 進位制。 一般用數位0到9和字母A到F表示,其中:A~F相當於十進位的10~15,這些稱作 十六進制數位。
- 十六进制(一种计数方式)_百度百科
十六进制(Hexadecimal)是以16为基数的进位计数系统,它使用 16 个字符来表示数值,包括十个阿拉伯数字 (0-9) 和六个英文字母
- Color Hex Color Codes
A hex color code is a six-digit combination of numbers and letters, preceded by a # symbol Each pair of characters in the code represents the intensity of red, green, and blue (RGB) in a particular color
- HexEd. it — 免费的基于浏览器的十六进制编辑器
HexEd it is a free hex editor for Windows, MacOS, Linux and all other modern operating systems, which uses HTML5 and JavaScript (JS) technology to enable hexediting online, directly in your browser
- Hex编码详解 - 知乎
最近准备把常用的密码学相关的一些算法都过一遍,先从最简单的 Hex 编码开始吧 在我自己学习的过程中,看过别人的文章,自己也看过源码,发现有些文章的介绍是有问题的 所以我这里会讲的更细致一些,尽量通俗易懂 …
|