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 | 幄? | 100110111110100000111111 | 9be83f |
EUC-JP | 幄? | 110101101110101000111111 | d6ea3f |
UTF-8 | 幄릩 | 111001011011100110000100111010111010011010101001 | e5b984eba6a9 |
UHC | 幄릩 | 11100100110000011001000010001011 | e4c1908b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)