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 | 衍??飮 | 100111111010010100111111001111111001111101011010 | 9fa53f3f9f5a |
| EUC-JP | 衍??飮 | 110111101010011100111111001111111101110110111011 | dea73f3fddbb |
| UTF-8 | 衍곤퐦飮 | 111010001010000110001101111010101011001110100100111011011001000010100110111010011010001110101110 | e8a18deab3a4ed90a6e9a3ae |
| UHC | 衍곤퐦飮 | 1110011011100010101100001110111110111101100011111110101111100110 | e6e2b0efbd8febe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)