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 | 曠恃 | 10011110010001001001110010010100 | 9e449c94 |
EUC-JP | 曠恃 | 11011011101001011101011111110100 | dba5d7f4 |
UTF-8 | 曠恃 | 111001101001101110100000111001101000000110000011 | e69ba0e68183 |
UHC | 曠恃 | 11001110110001111110001110111110 | cec7e3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)