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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 疥誦 | 11100001011011011110011001110101 | e16de675 |
EUC-JP | 疥誦 | 11100001110011101110101111010110 | e1ceebd6 |
UTF-8 | 疥誦 | 111001111001011010100101111010001010101010100110 | e796a5e8aaa6 |
UHC | 疥誦 | 11001011110010101110000111101001 | cbcae1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)