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 | 擾憑 | 10001111111011111001110011011111 | 8fef9cdf |
EUC-JP | 擾憑 | 10111110111100011101100011100001 | bef1d8e1 |
UTF-8 | 擾憑 | 111001101001001110111110111001101000011010010001 | e693bee68691 |
UHC | 擾憑 | 11101000111101101101111010111011 | e8f6debb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)