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 | 顰攻 | 11101000111111001000110101010101 | e8fc8d55 |
EUC-JP | 顰攻 | 11110000111111101011100110110110 | f0feb9b6 |
UTF-8 | 顰攻 | 111010011010000110110000111001101001010010111011 | e9a1b0e694bb |
UHC | ?攻 | 001111111100110111110100 | 3fcdf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)