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 | 賃瓏遽 | 100100101100000011100000111110101110011110101111 | 92c0e0fae7af |
| EUC-JP | 賃瓏遽 | 110001001100001011100000111111001110111010110001 | c4c2e0fceeb1 |
| UTF-8 | 賃瓏遽 | 111010001011001110000011111001111001001110001111111010011000000110111101 | e8b383e7938fe981bd |
| UHC | 賃瓏遽 | 111011001111110011010110111010101100101111101000 | ecfcd6eacbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)