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 | 疑狡?? | 100010110101111011100000110000100011111100111111 | 8b5ee0c23f3f |
| EUC-JP | 疑狡?? | 101101011011111111100000110001000011111100111111 | b5bfe0c43f3f |
| UTF-8 | 疑狡렋렜 | 111001111001011010010001111001111000101110100001111010111010000010001011111010111010000010011100 | e79691e78ba1eba08beba09c |
| UHC | 疑狡렋렜 | 1110101111110111110011101110101010001110101000101000111010101110 | ebf7ceea8ea28eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)