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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 應??經? | 10011100111001000011111100111111111000110101001100111111 | 9ce43f3fe3533f |
| EUC-JP | 應??經Ł | 110110001110011000111111001111111110010110110100100011111010100110101000 | d8e63f3fe5b48fa9a8 |
| UTF-8 | 應흔렯經Ł | 1110011010000111100010011110110110011101100101001110101110100000101011111110011110110110100100111100010110000001 | e68789ed9d94eba0afe7b693c581 |
| UHC | 應흔렯經Ł | 11101011111010111100100011100111100011101011110011001100111010001010100010101001 | ebebc8e78ebccce8a8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)