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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???4 | 0011111100111111001111111000001001010011 | 3f3f3f8253 |
| EUC-JP | 洹??4 | 10001111110001111011101000111111001111111010001110110100 | 8fc7ba3f3fa3b4 |
| UTF-8 | 洹ㅞ룸4 | 111001101011010010111001111000111000010110011110111010111010001110111000111011111011110010010100 | e6b4b9e3859eeba3b8efbc94 |
| UHC | 洹ㅞ룸4 | 1110101010110111101001001100111010110111111010111010001110110100 | eab7a4ceb7eba3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)