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 | ?k?? | 0011111110000010100010110011111100111111 | 3f828b3f3f |
| EUC-JP | ?k?? | 0011111110100011111010110011111100111111 | 3fa3eb3f3f |
| UTF-8 | 緣k젍蓼 | 111001111011011110100011111011111011110110001011111011001010000010001101111011111010011110000010 | e7b7a3efbd8beca08defa782 |
| UHC | 緣k젍蓼 | 1110011011011110101000111110101110100000100011101110100110100111 | e6dea3eba08ee9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)