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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ゙デ頤ィ | 11011110111100111110110111000011110111101110100011110011101010001111100011110101 | def3edc3dee8f3a8f8f5 |
| EUC-JP | ゙?デ頤ィ? | 100011101101111000111111100011101100001110001110110111101111000011110101100011101010100000111111 | 8ede3f8ec38edef0f58ea83f |
| UTF-8 | ゙デ頤ィ | 111011111011111010011110111011101000101110100000111011111011111010000011111011111011111010011110111010011010000010100100111011111011110110101000111011101001101010010100 | efbe9eee8ba0efbe83efbe9ee9a0a4efbda8ee9a94 |
| UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)