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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 貎∵ク僊 | 11100110101111011000000111100110101110001001100101000001 | e6bd81e6b89941 |
| EUC-JP | 貎∵ク僊 | 1110110010111111101000101110100010001110101110001101000110100010 | ecbfa2e88eb8d1a2 |
| UTF-8 | 貎∵ク僊 | 111010001011001010001110111000101000100010110101111011111011110110111000111001011000001110001010 | e8b28ee288b5efbdb8e5838a |
| UHC | ?∵?僊 | 001111111010000111110001001111111110000010111010 | 3fa1f13fe0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)