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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 玻玻B | 111100011100110011100000110111101111000111001100111000001101111001000010 | f1cce0def1cce0de42 |
| EUC-JP | ?玻?玻B | 00111111111000001110000000111111111000001110000001000010 | 3fe0e03fe0e042 |
| UTF-8 | 玻玻B | 11101110100001011000011111100111100011101011101111101110100001011000011111100111100011101011101101000010 | ee8587e78ebbee8587e78ebb42 |
| UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)