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 | ¼üûë | 1000111110111100111111001111101111101011 | 8fbcfcfbeb |
| SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ??üûë | 0011111100111111100011111010101111100100100011111010101111100101100011111010101110110011 | 3f3f8fabe48fabe58fabb3 |
| UTF-8 | ¼üûë | 11000010100011111100001010111100110000111011110011000011101110111100001110101011 | c28fc2bcc3bcc3bbc3ab |
| UHC | ?¼??? | 001111111010100011111001001111110011111100111111 | 3fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)