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 | 胛悟 | 11100011111011101000110011100101 | e3ee8ce5 |
EUC-JP | 胛悟 | 11100110111100001011100011100111 | e6f0b8e7 |
UTF-8 | 胛悟 | 111010001000001110011011111001101000001010011111 | e8839be6829f |
UHC | 胛悟 | 11001011101001001110011111110110 | cba4e7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)