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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 陂ッ}B | 1110100010011000101011110111110101000010 | e898af7d42 |
EUC-JP | 陂ッ}B | 111011111111100010001110101011110111110101000010 | eff88eaf7d42 |
UTF-8 | 陂ッ}B | 1110100110011001100000101110111110111101101011110111110101000010 | e99982efbdaf7d42 |
UHC | 陂?}B | 1111100110101110001111110111110101000010 | f9ae3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)