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 | 淙演 | 10011111110010001000100110001001 | 9fc88989 |
EUC-JP | 淙演 | 11011110110010101011000111101001 | decab1e9 |
UTF-8 | 淙演 | 111001101011011110011001111001101011110010010100 | e6b799e6bc94 |
UHC | 淙演 | 11110000111110001110011011010001 | f0f8e6d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)