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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?殺菅 | 0011111110001110010001011001000010011011 | 3f8e45909b |
EUC-JP | ?殺菅 | 0011111110111011101001101011111111111011 | 3fbba6bffb |
UTF-8 | 뵌殺菅 | 111010111011010110001100111001101010111010111010111010001000111110000101 | ebb58ce6aebae88f85 |
UHC | 뵌殺菅 | 101110101100100011011111101011111100111010111001 | bac8dfafceb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)