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 | 賃?? | 10010010110000000011111100111111 | 92c03f3f |
| EUC-JP | 賃?蔣 | 110001001100001000111111100011111101100110110110 | c4c23f8fd9b6 |
| UTF-8 | 賃렔蔣 | 111010001011001110000011111010111010000010010100111010001001010010100011 | e8b383eba094e894a3 |
| UHC | 賃렔蔣 | 111011001111110010001110101010011110110111111000 | ecfc8ea9edf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)