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 | ?曰 | 001111111001111001001000 | 3f9e48 |
EUC-JP | ?曰 | 001111111101101110101001 | 3fdba9 |
UTF-8 | 쓆曰 | 111011001001001110000110111001101001101110110000 | ec9386e69bb0 |
UHC | 쓆曰 | 10011101011000011110100011011000 | 9d61e8d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)