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 | 冗スノ | 10001111111001111011110111001001 | 8fe7bdc9 |
| EUC-JP | 冗スノ | 101111101110100110001110101111011000111011001001 | bee98ebd8ec9 |
| UTF-8 | 冗スノ | 111001011000011010010111111011111011110110111101111011111011111010001001 | e58697efbdbdefbe89 |
| UHC | 冗?? | 11101001101101110011111100111111 | e9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)