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 | 萸⑤?酉 | 11100100110011101000011101000100001111111001001111010001 | e4ce87443f93d1 |
EUC-JP | 萸??酉 | 111010001101000000111111001111111100011011010011 | e8d03f3fc6d3 |
UTF-8 | 萸⑤봽酉 | 111010001001000010111000111000101001000110100100111010111011010010111101111010011000010110001001 | e890b8e291a4ebb4bde98589 |
UHC | 萸⑤봽酉 | 1110101110101101101010001110101110010100100001001110101110110111 | ebada8eb9484ebb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)