To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 痿痿痿痿B | 111000010111111011100001011111101110000101111110111000010111111001000010 | e17ee17ee17ee17e42 |
EUC-JP | 痿痿痿痿B | 111000011101111111100001110111111110000111011111111000011101111101000010 | e1dfe1dfe1dfe1df42 |
UTF-8 | 痿痿痿痿B | 11100111100101111011111111100111100101111011111111100111100101111011111111100111100101111011111101000010 | e797bfe797bfe797bfe797bf42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)