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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 尺嫉 | 10001110110110101000111010111001 | 8eda8eb9 |
| EUC-JP | 尺嫉 | 10111100110111001011110010111011 | bcdcbcbb |
| UTF-8 | 尺嫉 | 111001011011000010111010111001011010101110001001 | e5b0bae5ab89 |
| UHC | 尺嫉 | 11110100101010011111001011101100 | f4a9f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)