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 | 畯咎 | 11111011011011111001100111101001 | fb6f99e9 |
EUC-JP | 畯咎 | 1000111111001101101110111101001011101011 | 8fcdbbd2eb |
UTF-8 | 畯咎 | 111001111001010110101111111001011001001010001110 | e795afe5928e |
UHC | 畯咎 | 11110001111000011100111110100100 | f1e1cfa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)