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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 羣瓰菴羣瓰菴 | 111000111011100011100001010001101110010010111101111000111011100011100001010001101110010010111101 | e3b8e146e4bde3b8e146e4bd |
| EUC-JP | 羣瓰菴羣瓰菴 | 111001101011101011100001101001111110100010111111111001101011101011100001101001111110100010111111 | e6bae1a7e8bfe6bae1a7e8bf |
| UTF-8 | 羣瓰菴羣瓰菴 | 111001111011111010100011111001111001001110110000111010001000111110110100111001111011111010100011111001111001001110110000111010001000111110110100 | e7bea3e793b0e88fb4e7bea3e793b0e88fb4 |
| UHC | ??菴??菴 | 0011111100111111111001001110000000111111001111111110010011100000 | 3f3fe4e03f3fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)