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 | ?矮縟?? | 00111111111000011110001011100011011101000011111100111111 | 3fe1e2e3743f3f |
| EUC-JP | ?矮縟?? | 00111111111000101110010011100101110101010011111100111111 | 3fe2e4e5d53f3f |
| UTF-8 | 뾸矮縟쐛了 | 111010111011111010111000111001111001111110101110111001111011100010011111111011001001000010011011111011111010011010111010 | ebbeb8e79faee7b89fec909befa6ba |
| UHC | 뾸矮縟쐛了 | 10010111011110101110100011100001111010011011001010011100100000011110100011100111 | 977ae8e1e9b29c81e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)