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 | 熊介 | 10001100010001101000100111101110 | 8c4689ee |
EUC-JP | 熊介 | 10110111101001111011001011110000 | b7a7b2f0 |
UTF-8 | 熊介 | 111001111000011010001010111001001011101110001011 | e7868ae4bb8b |
UHC | 熊介 | 11101010101010001100101110111111 | eaa8cbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)