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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ??施?? | 001111110011111110001110011110110011111100111111 | 3f3f8e7b3f3f |
| EUC-JP | ??施?? | 001111110011111110111011110111000011111100111111 | 3f3fbbdc3f3f |
| UTF-8 | 졈궷施졈궷 | 111011001010000110001000111010101011011010110111111001101001011010111101111011001010000110001000111010101011011010110111 | eca188eab6b7e696bdeca188eab6b7 |
| UHC | 졈궷施졈궷 | 11000001101100011011000111001100111000111011111111000001101100011011000111001100 | c1b1b1cce3bfc1b1b1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)