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 | 曠伜 | 10011110010001001001100011100101 | 9e4498e5 |
EUC-JP | 曠伜 | 11011011101001011101000011100111 | dba5d0e7 |
UTF-8 | 曠伜 | 111001101001101110100000111001001011110010011100 | e69ba0e4bc9c |
UHC | 曠? | 110011101100011100111111 | cec73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)