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 | 11100111100011101011101111111011101101111011110101000010 | e78ebbfbb7bd42 |
| EUC-JP | 邇サ?スB | 1110110111101110100011101011101100111111100011101011110101000010 | edee8ebb3f8ebd42 |
| UTF-8 | 邇サ都スB | 11101001100000101000011111101111101111011011101111101111101010001010011011101111101111011011110101000010 | e98287efbdbbefa8a6efbdbd42 |
| UHC | 邇???B | 111011001100010000111111001111110011111101000010 | ecc43f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)