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 | 船釋 | 10010001010001001110011111010111 | 9144e7d7 |
EUC-JP | 船釋 | 11000001101001011110111011011001 | c1a5eed9 |
UTF-8 | 船釋 | 111010001000100010111001111010011000011110001011 | e888b9e9878b |
UHC | 船釋 | 11100000110011111110000010110111 | e0cfe0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)