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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 愕舌 | 10011100101100011001000011100011 | 9cb190e3 |
EUC-JP | 愕舌 | 11011000101100111100000011100101 | d8b3c0e5 |
UTF-8 | 愕舌 | 111001101000010010010101111010001000100010001100 | e68495e8888c |
UHC | 愕舌 | 11100100110000111110000011011111 | e4c3e0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)