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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?殘??妖 | 00111111100111110110101100111111001111111001011101100100 | 3f9f6b3f3f9764 |
EUC-JP | ?殘??妖 | 00111111110111011100110000111111001111111100110111000101 | 3fddcc3f3fcdc5 |
UTF-8 | 뤺殘⊙쪕妖 | 111010111010010010111010111001101010111010011000111000101000101010011001111011001010101010010101111001011010011010010110 | eba4bae6ae98e28a99ecaa95e5a696 |
UHC | 뤺殘⊙쪕妖 | 10001111111010001110110111010001101000101100000110100101100011111110100011101101 | 8fe8edd1a2c1a58fe8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)