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 | 召悅 | 1000111110100010111110101011110111110010101000011111000110100010 | 8fa2fabdf2a1f1a2 |
| EUC-JP | 召??? | 1011111010100100001111110011111100111111 | bea43f3f3f |
| UTF-8 | 召悅 | 111001011000111110101100111001101000001010000101111011101000011110011000111011101000010010011101 | e58face68285ee8798ee849d |
| UHC | 召悅?? | 111000011010111111100110111011010011111100111111 | e1afe6ed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)