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 | 曠銕 | 10011110010001001110011111101100 | 9e44e7ec |
EUC-JP | 曠銕 | 11011011101001011110111011101110 | dba5eeee |
UTF-8 | 曠銕 | 111001101001101110100000111010011000101010010101 | e69ba0e98a95 |
UHC | 曠? | 110011101100011100111111 | cec73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)