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 | ¼àòî¾Ý | 1000111010111100111000001111001011101110101111101000111011011101 | 8ebce0f2eebe8edd |
| SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
| EUC-JP | ??àòî??Ý | 00111111001111111000111110101011101000101000111110101011110100101000111110101011110000100011111100111111100011111010101011110010 | 3f3f8faba28fabd28fabc23f3f8faaf2 |
| UTF-8 | ¼àòî¾Ý | 11000010100011101100001010111100110000111010000011000011101100101100001110101110110000101011111011000010100011101100001110011101 | c28ec2bcc3a0c3b2c3aec2bec28ec39d |
| UHC | ?¼???¾?? | 00111111101010001111100100111111001111110011111110101000111110100011111100111111 | 3fa8f93f3f3fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)