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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 臟?? | 11100100011001100011111100111111 | e4663f3f |
| EUC-JP | 臟?? | 11100111110001110011111100111111 | e7c73f3f |
| UTF-8 | 臟뚲궗 | 111010001000011110011111111010111001101010110010111010101011011010010111 | e8879feb9ab2eab697 |
| UHC | 臟뚲궗 | 111011011111010010001100111011101000001010101100 | edf48cee82ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)