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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 痾哭齏 | 111000010111110110011010010011001110100011101011 | e17d9a4ce8eb |
| EUC-JP | 痾哭齏 | 111000011101111011010011101011011111000011101101 | e1ded3adf0ed |
| UTF-8 | 痾哭齏 | 111001111001011110111110111001011001001110101101111010011011110110001111 | e797bee593ade9bd8f |
| UHC | ?哭? | 00111111110011011101011000111111 | 3fcdd63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)