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 | 析齧 | 10010000110011011110101010010110 | 90cdea96 |
EUC-JP | 析齧 | 11000000110011111111001111110110 | c0cff3f6 |
UTF-8 | 析齧 | 111001101001111010010000111010011011110110100111 | e69e90e9bda7 |
UHC | 析齧 | 11100000101100001110000011100101 | e0b0e0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)