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 | 1101111011011000111000101100011101000010 | ded8e2c742 |
| SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| EUC-JP | ÞØâÇB | 10001111101010011011000010001111101010011010110010001111101010111010010010001111101010101010111001000010 | 8fa9b08fa9ac8faba48faaae42 |
| UTF-8 | ÞØâÇB | 110000111001111011000011100110001100001110100010110000111000011101000010 | c39ec398c3a2c38742 |
| UHC | ÞØ??B | 10101000101011011010100010101010001111110011111101000010 | a8ada8aa3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)