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 | 111001000101100001000101 | e45845 |
EUC-JP | 膵E | 111001111011100101000101 | e7b945 |
UTF-8 | 膵E | 11101000100001101011010101000101 | e886b545 |
UHC | 膵E | 111101011111110101000101 | f5fd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)