What character is 0x01?
SOH
Control character
| 0x00 | 0x10 | |
|---|---|---|
| 0x01 | SOH | DC1 |
| 0x02 | STX | DC2 |
| 0x03 | ETX | DC3 |
| 0x04 | EOT | DC4 |
What character is 0x02?
ASCII Table, ISO 1252 Latin-1 Chart & Character Set
| Char | Dec | Hex |
|---|---|---|
| ^A | 1 | 0x01 |
| ^B | 2 | 0x02 |
| ^C | 3 | 0x03 |
| ^D | 4 | 0x04 |
What is basic Latin character?
It ranges from U+0000 to U+007F, contains 128 characters and includes the C0 controls, ASCII punctuation and symbols, ASCII digits, both the uppercase and lowercase of the English alphabet and a control character. The Basic Latin block was included in its present form from version 1.0.
What character is 0xC3?
From Wikipedia, the first byte it’s called the leading byte and the second, the trailing byte. 0xC3 it’s a metadata byte that means that the character it’s encoded with 1 byte, 0xA9, but the unicode value for é is 0xE9.
What character is 0x0d?
This character is commonly known as the ‘Line Feed’ or ‘Newline Character’. CR (character : \r, Unicode : U+000D, ASCII : 13, hex : 0x0d) : This is simply the ‘r’ character. This character is commonly known as ‘Carriage Return’.
What does 0xA0 mean?
7. 28. As has been said already, 0x0A is equal to decimal 10 (ten). This is equal to the ASCII code for LF (Line Feed), which is a newline on many systems.
What character is 0xC2?
Unicode Character (U+0090)
| ISO Name: | <Device Control String> (DCS) |
|---|---|
| Character is Mirrored: | No |
| HTML Entity: | |
| UTF-8 Encoding: | 0xC2 0x90 |
| UTF-16 Encoding: | 0x0090 |