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 | ?E | 0011111101000101 | 3f45 |
SJIS-WIN | 脛E | 111000111111100001000101 | e3f845 |
EUC-JP | 脛E | 111001101111101001000101 | e6fa45 |
UTF-8 | 脛E | 11101000100001001001101101000101 | e8849b45 |
UHC | 脛E | 110011001110101101000101 | cceb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)