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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 屍?屍?^ | 10001110011100100011111110001110011100100011111101011110 | 8e723f8e723f5e |
| EUC-JP | 屍?屍?^ | 10111011110100110011111110111011110100110011111101011110 | bbd33fbbd33f5e |
| UTF-8 | 屍쌼屍쌼^ | 11100101101100011000110111101100100011001011110011100101101100011000110111101100100011001011110001011110 | e5b18dec8cbce5b18dec8cbc5e |
| UHC | 屍쌼屍쌼^ | 111000111011101110011011011010101110001110111011100110110110101001011110 | e3bb9b6ae3bb9b6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)