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 | 鳫耳鴕 | 111010011110110110001110101010001110100111110110 | e9ed8ea8e9f6 |
| EUC-JP | 鳫耳鴕 | 111100101110111110111100101010101111001011111000 | f2efbcaaf2f8 |
| UTF-8 | 鳫耳鴕 | 111010011011001110101011111010001000000010110011111010011011010010010101 | e9b3abe880b3e9b495 |
| UHC | ?耳? | 00111111111011001011110000111111 | 3fecbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)