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 | 淅夭 | 10011111110001101001101011101110 | 9fc69aee |
EUC-JP | 淅夭 | 11011110110010001101010011110000 | dec8d4f0 |
UTF-8 | 淅夭 | 111001101011011110000101111001011010010010101101 | e6b785e5a4ad |
UHC | 淅夭 | 11100000101100101110100011101100 | e0b2e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)