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 | 10011010111101100011111110001000101011100011111101000010 | 9af63f88ae3f42 |
EUC-JP | 奚?旭?B | 11010100111110000011111110110000101100000011111101000010 | d4f83fb0b03f42 |
UTF-8 | 奚렪旭렔B | 11100101101001011001101011101011101000001010101011100110100101111010110111101011101000001001010001000010 | e5a59aeba0aae697adeba09442 |
UHC | 奚렪旭렔B | 111110101010100010001110101110001110100111101111100011101010100101000010 | faa88eb8e9ef8ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)