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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 奚?旭?F | 10011010111101100011111110001000101011100011111101000110 | 9af63f88ae3f46 |
EUC-JP | 奚?旭?F | 11010100111110000011111110110000101100000011111101000110 | d4f83fb0b03f46 |
UTF-8 | 奚렪旭렔F | 11100101101001011001101011101011101000001010101011100110100101111010110111101011101000001001010001000110 | e5a59aeba0aae697adeba09446 |
UHC | 奚렪旭렔F | 111110101010100010001110101110001110100111101111100011101010100101000110 | faa88eb8e9ef8ea946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)