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 | 譌区焔 | 111001101001011110001011111001101000100110001011 | e6978be6898b |
| EUC-JP | 譌区焔 | 111010111111011110110110111010001011000111101011 | ebf7b6e8b1eb |
| UTF-8 | 譌区焔 | 111010001010110110001100111001011000110010111010111001111000010010010100 | e8ad8ce58cbae78494 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)