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 | 源?衣私 | 10001100101110010011111110001000110111111000111010000100 | 8cb93f88df8e84 |
| EUC-JP | 源?衣私 | 10111000101110110011111110110000111000011011101111100100 | b8bb3fb0e1bbe4 |
| UTF-8 | 源렰衣私 | 111001101011101010010000111010111010000010110000111010001010000110100011111001111010011110000001 | e6ba90eba0b0e8a1a3e7a781 |
| UHC | 源렰衣私 | 1110101010111001100011101011110111101011111111011101111011100111 | eab98ebdebfddee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)