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 | 疽瑶瓸 | 111000010111001111100000111101001110000101001000 | e173e0f4e148 |
| EUC-JP | 疽瑶瓸 | 111000011101010011100000111101101110000110101001 | e1d4e0f6e1a9 |
| UTF-8 | 疽瑶瓸 | 111001111001011010111101111001111001000110110110111001111001001110111000 | e796bde791b6e793b8 |
| UHC | 疽?? | 11101110110001010011111100111111 | eec53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)