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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萸煮執謝 | 1110010011001110100011101100111110001110101101111000111011010011 | e4ce8ecf8eb78ed3 |
EUC-JP | 萸煮執謝 | 1110100011010000101111001101000110111100101110011011110011010101 | e8d0bcd1bcb9bcd5 |
UTF-8 | 萸煮執謝 | 111010001001000010111000111001111000010110101110111001011001111110110111111010001010110010011101 | e890b8e785aee59fb7e8ac9d |
UHC | 萸煮執謝 | 1110101110101101111011011011010011110010111110111101111011110011 | ebadedb4f2fbdef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)