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 | 虞?? | 10001011111100010011111100111111 | 8bf13f3f |
| EUC-JP | 虞?? | 10110110111100110011111100111111 | b6f33f3f |
| UTF-8 | 虞ㅷㄾ | 111010001001100110011110111000111000010110110111111000111000010010111110 | e8999ee385b7e384be |
| UHC | 虞ㅷㄾ | 111010011110010110100100111001111010010010101110 | e9e5a4e7a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)