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 | ????u^ | 001111110011111100111111001111110111010101011110 | 3f3f3f3f755e |
| SJIS-WIN | 紆???u^ | 11100010111111000011111100111111001111110111010101011110 | e2fc3f3f3f755e |
| EUC-JP | 紆???u^ | 11100100111111100011111100111111001111110111010101011110 | e4fe3f3f3f755e |
| UTF-8 | 紆렡戶렭u^ | 1110011110110100100001101110101110100000101000011110011010001000101101101110101110100000101011010111010101011110 | e7b486eba0a1e688b6eba0ad755e |
| UHC | 紆렡戶렭u^ | 11101001111000011000111010110010111110111100001010001110101110100111010101011110 | e9e18eb2fbc28eba755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)