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 | 萸①? | 1110010011001110100001110100000000111111 | e4ce87403f |
EUC-JP | 萸?? | 11101000110100000011111100111111 | e8d03f3f |
UTF-8 | 萸①굨 | 111010001001000010111000111000101001000110100000111010101011010110101000 | e890b8e291a0eab5a8 |
UHC | 萸①굨 | 111010111010110110101000111001111000001010001110 | ebada8e7828e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)