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 | 槽???? | 100100011000010100111111001111110011111100111111 | 91853f3f3f3f |
| EUC-JP | 槽???? | 110000011110010100111111001111110011111100111111 | c1e53f3f3f3f |
| UTF-8 | 槽센션센솖 | 111001101010011110111101111011001000010010111100111011001000010110011000111011001000010010111100111011001000011010010110 | e6a7bdec84bcec8598ec84bcec8696 |
| UHC | 槽센션센솖 | 11110000110010111011110010111110101111001100011110111100101111101011110011010111 | f0cbbcbebcc7bcbebcd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)