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 | ¼ä³ | 1000111110111100111001001000111010110011 | 8fbce48eb3 |
| SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ??ä?? | 00111111001111111000111110101011101000110011111100111111 | 3f3f8faba33f3f |
| UTF-8 | ¼ä³ | 11000010100011111100001010111100110000111010010011000010100011101100001010110011 | c28fc2bcc3a4c28ec2b3 |
| UHC | ?¼??³ | 00111111101010001111100100111111001111111010100111111000 | 3fa8f93f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)