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 | 曠懆 | 10011110010001001001110011101000 | 9e449ce8 |
EUC-JP | 曠懆 | 11011011101001011101100011101010 | dba5d8ea |
UTF-8 | 曠懆 | 111001101001101110100000111001101000011110000110 | e69ba0e68786 |
UHC | 曠? | 110011101100011100111111 | cec73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)