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 | 發芟 | 11100001101000101110010010001100 | e1a2e48c |
EUC-JP | 發芟 | 11100010101001001110011111101100 | e2a4e7ec |
UTF-8 | 發芟 | 111001111001100110111100111010001000101010011111 | e799bce88a9f |
UHC | 發芟 | 11011011101000011101111110110111 | dba1dfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)