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 | ????~B | 001111110011111100111111001111110111111001000010 | 3f3f3f3f7e42 |
| SJIS-WIN | 紆???~B | 11100010111111000011111100111111001111110111111001000010 | e2fc3f3f3f7e42 |
| EUC-JP | 紆???~B | 11100100111111100011111100111111001111110111111001000010 | e4fe3f3f3f7e42 |
| UTF-8 | 紆렡戶렭~B | 1110011110110100100001101110101110100000101000011110011010001000101101101110101110100000101011010111111001000010 | e7b486eba0a1e688b6eba0ad7e42 |
| UHC | 紆렡戶렭~B | 11101001111000011000111010110010111110111100001010001110101110100111111001000010 | e9e18eb2fbc28eba7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)