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 | 汚?? | 10001001100110000011111100111111 | 89983f3f |
| EUC-JP | 汚?? | 10110001111110000011111100111111 | b1f83f3f |
| UTF-8 | 汚좑슬 | 111001101011000110011010111011001010001010010001111011001000101010101100 | e6b19aeca291ec8aac |
| UHC | 汚좑슬 | 111001111111110110100000111011111011110110111101 | e7fda0efbdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)