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 | 而????? | 10001110101001110011111100111111001111110011111100111111 | 8ea73f3f3f3f3f |
| EUC-JP | 而????? | 10111100101010010011111100111111001111110011111100111111 | bca93f3f3f3f3f |
| UTF-8 | 而렲諪닺렫렲 | 111010001000000010001100111010111010000010110010111010001010101110101010111010111000101110111010111010111010000010101011111010111010000010110010 | e8808ceba0b2e8abaaeb8bbaeba0abeba0b2 |
| UHC | 而렲諪닺렫렲 | 111011001011101110001110101111111110111111110101101101001110100010001110101110011000111010111111 | ecbb8ebfeff5b4e88eb98ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)