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 | 析嘯 | 10010000110011011001101010000010 | 90cd9a82 |
EUC-JP | 析嘯 | 11000000110011111101001111100010 | c0cfd3e2 |
UTF-8 | 析嘯 | 111001101001111010010000111001011001100010101111 | e69e90e598af |
UHC | 析嘯 | 11100000101100001110000110110000 | e0b0e1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)