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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 篳犁篳蹊^ | 111000101100100011100000101100111110001011001000111001101111110001011110 | e2c8e0b3e2c8e6fc5e |
| EUC-JP | 篳犁篳蹊^ | 111001001100101011100000101101011110010011001010111011001111111001011110 | e4cae0b5e4caecfe5e |
| UTF-8 | 篳犁篳蹊^ | 11100111101011111011001111100111100010101000000111100111101011111011001111101000101110011000101001011110 | e7afb3e78a81e7afb3e8b98a5e |
| UHC | ?犁?蹊^ | 00111111110101111110000000111111111110111011011101011110 | 3fd7e03ffbb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)