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 | 發癇 | 11100001101000101110000110010010 | e1a2e192 |
EUC-JP | 發癇 | 11100010101001001110000111110010 | e2a4e1f2 |
UTF-8 | 發癇 | 111001111001100110111100111001111001100110000111 | e799bce79987 |
UHC | 發? | 110110111010000100111111 | dba13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)