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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 枝蝎??? | 10001110011111011110010110011001001111110011111100111111 | 8e7de5993f3f3f |
| EUC-JP | 枝蝎??? | 10111011110111101110100111111001001111110011111100111111 | bbdee9f93f3f3f |
| UTF-8 | 枝蝎렋쭝같 | 111001101001111010011101111010001001110110001110111010111010000010001011111011001010110110011101111010101011000010011001 | e69e9de89d8eeba08becad9deab099 |
| UHC | 枝蝎렋쭝같 | 11110010101010111100101011101001100011101010001011000010111001001011000010110000 | f2abcae98ea2c2e4b0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)