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 | ????u^ | 001111110011111100111111001111110111010101011110 | 3f3f3f3f755e |
| SJIS-WIN | ????u^ | 001111110011111100111111001111110111010101011110 | 3f3f3f3f755e |
| EUC-JP | ????u^ | 001111110011111100111111001111110111010101011110 | 3f3f3f3f755e |
| UTF-8 | 셍많셍샬u^ | 1110110010000101100011011110101110100111100011101110110010000101100011011110110010000011101011000111010101011110 | ec858deba78eec858dec83ac755e |
| UHC | 셍많셍샬u^ | 10111100110001001011100010111001101111001100010010111100101000110111010101011110 | bcc4b8b9bcc4bca3755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)