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 | 100100101111101101000101 | 92fb45 |
EUC-JP | 蹄E | 110001001111110101000101 | c4fd45 |
UTF-8 | 蹄E | 11101000101110011000010001000101 | e8b98445 |
UHC | 蹄E | 111100001011010001000101 | f0b445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)