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 | ?嶼憾?? | 00111111100110111101011110001010101101100011111100111111 | 3f9bd78ab63f3f |
| EUC-JP | ?嶼憾?? | 00111111110101101101100110110100101110000011111100111111 | 3fd6d9b4b83f3f |
| UTF-8 | 뤶嶼憾햶겊 | 111010111010010010110110111001011011011010111100111001101000011010111110111011011001011010110110111010101011001010001010 | eba4b6e5b6bce686beed96b6eab28a |
| UHC | 뤶嶼憾햶겊 | 10001111111001001101111111101100110010101111000011000001100011111011000011010010 | 8fe4dfeccaf0c18fb0d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)