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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
| SJIS-WIN | F | 111101101011000011110000111010111111011010110000111101101011010001000110 | f6b0f0ebf6b0f6b446 |
| EUC-JP | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
| UTF-8 | F | 11101110100100111001011111101110100000101010101011101110100100111001011111101110100100111001101101000110 | ee9397ee82aaee9397ee939b46 |
| UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)