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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 存皎?B | 100100011011011011100001101001110011111101000010 | 91b6e1a73f42 |
| EUC-JP | 存皎?B | 110000101011100011100010101010010011111101000010 | c2b8e2a93f42 |
| UTF-8 | 存皎벅B | 11100101101011011001100011100111100110101000111011101011101100101000010101000010 | e5ad98e79a8eebb28542 |
| UHC | 存皎벅B | 11110000111011011100111011101011101110011111011101000010 | f0edceebb9f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)