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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 支蛟??畏 | 1000111001111000111001011000000000111111001111111000100011011000 | 8e78e5803f3f88d8 |
| EUC-JP | 支蛟??畏 | 1011101111011001111010011110000000111111001111111011000011011010 | bbd9e9e03f3fb0da |
| UTF-8 | 支蛟렯렰畏 | 111001101001010010101111111010001001101110011111111010111010000010101111111010111010000010110000111001111001010110001111 | e694afe89b9feba0afeba0b0e7958f |
| UHC | 支蛟렯렰畏 | 11110010101010001100111011110001100011101011110010001110101111011110100011100110 | f2a8cef18ebc8ebde8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)