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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
| SJIS-WIN | 脛ワ修w | 11100011111110001000001110001111100011110100001101110111 | e3f8838f8f4377 |
| EUC-JP | 脛ワ修w | 11100110111110101010010111101111101111011010010001110111 | e6faa5efbda477 |
| UTF-8 | 脛ワ修w | 11101000100001001001101111100011100000111010111111100100101111111010111001110111 | e8849be383afe4bfae77 |
| UHC | 脛ワ修w | 11001100111010111010101111101111111000011111001101110111 | ccebabefe1f377 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)