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 | 悉?? | 10001110101110110011111100111111 | 8ebb3f3f |
| EUC-JP | 悉?? | 10111100101111010011111100111111 | bcbd3f3f |
| UTF-8 | 悉곦귺 | 111001101000001010001001111010101011001110100110111010101011011110111010 | e68289eab3a6eab7ba |
| UHC | 悉곦귺 | 111000111111101010000001111001001000001101000001 | e3fa81e48341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)