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 | ???} | 00111111001111110011111101111101 | 3f3f3f7d |
| SJIS-WIN | 脛ワ修} | 11100011111110001000001110001111100011110100001101111101 | e3f8838f8f437d |
| EUC-JP | 脛ワ修} | 11100110111110101010010111101111101111011010010001111101 | e6faa5efbda47d |
| UTF-8 | 脛ワ修} | 11101000100001001001101111100011100000111010111111100100101111111010111001111101 | e8849be383afe4bfae7d |
| UHC | 脛ワ修} | 11001100111010111010101111101111111000011111001101111101 | ccebabefe1f37d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)