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 | ??晁? | 0011111100111111100111011110100000111111 | 3f3f9de83f |
| EUC-JP | ??晁? | 0011111100111111110110101110101000111111 | 3f3fdaea3f |
| UTF-8 | 소섣晁씌 | 111011001000011010001100111011001000010010100011111001101001100110000001111011001001010010001100 | ec868cec84a3e69981ec948c |
| UHC | 소섣晁씌 | 1011110011010010101111001011001011110000110001011011111010111010 | bcd2bcb2f0c5beba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)