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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 蔭?? | 10001000111111000011111100111111 | 88fc3f3f |
| EUC-JP | 蔭?? | 10110000111111100011111100111111 | b0fe3f3f |
| UTF-8 | 蔭놅쭇 | 111010001001010010101101111010111000011010000101111011001010110110000111 | e894adeb8685ecad87 |
| UHC | 蔭놅쭇 | 111010111110001110000110111011111010011110000011 | ebe386efa783 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)