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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | シソ硝ォシヒシ | 1011110010111111100011111100100110101011101111001100101110111100 | bcbf8fc9abbccbbc |
| EUC-JP | シソ硝ォシヒシ | 1000111010111100100011101011111110111110110010111000111010101011100011101011110010001110110010111000111010111100 | 8ebc8ebfbecb8eab8ebc8ecb8ebc |
| UTF-8 | シソ硝ォシヒシ | 111011111011110110111100111011111011110110111111111001111010000110011101111011111011110110101011111011111011110110111100111011111011111010001011111011111011110110111100 | efbdbcefbdbfe7a19defbdabefbdbcefbe8befbdbc |
| UHC | ??硝???? | 0011111100111111111101011010011000111111001111110011111100111111 | 3f3ff5a63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)