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 | ?譟遶 | 0011111111100110100111111110011110101011 | 3fe69fe7ab |
| EUC-JP | 淎譟遶 | 10001111110001111101100011101100101000011110111010101101 | 8fc7d8eca1eead |
| UTF-8 | 淎譟遶 | 111001101011011110001110111010001010110110011111111010011000000110110110 | e6b78ee8ad9fe981b6 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)