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 | 縟曠 | 11100011011101001001111001000100 | e3749e44 |
EUC-JP | 縟曠 | 11100101110101011101101110100101 | e5d5dba5 |
UTF-8 | 縟曠 | 111001111011100010011111111001101001101110100000 | e7b89fe69ba0 |
UHC | 縟曠 | 11101001101100101100111011000111 | e9b2cec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)