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 | 畏蛟??^ | 10001000110110001110010110000000001111110011111101011110 | 88d8e5803f3f5e |
| EUC-JP | 畏蛟??^ | 10110000110110101110100111100000001111110011111101011110 | b0dae9e03f3f5e |
| UTF-8 | 畏蛟렰렜^ | 11100111100101011000111111101000100110111001111111101011101000001011000011101011101000001001110001011110 | e7958fe89b9feba0b0eba09c5e |
| UHC | 畏蛟렰렜^ | 111010001110011011001110111100011000111010111101100011101010111001011110 | e8e6cef18ebd8eae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)