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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ーヒソ犹ゥ^ | 10110000110010111011111111100000101110011010100101011110 | b0cbbfe0b9a95e |
| EUC-JP | ーヒソ犹ゥ^ | 1000111010110000100011101100101110001110101111111110000010111011100011101010100101011110 | 8eb08ecb8ebfe0bb8ea95e |
| UTF-8 | ーヒソ犹ゥ^ | 11101111101111011011000011101111101111101000101111101111101111011011111111100111100010101011100111101111101111011010100101011110 | efbdb0efbe8befbdbfe78ab9efbda95e |
| UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)