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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 隰疲オゥ縺。 | 11101000101011001001010011100110101101011010100111100011100000011000000101000010 | e8ac94e6b5a9e3818142 |
| EUC-JP | 隰疲オゥ縺。 | 111100001010111011001000111010001000111010110101100011101010100111100101111000011010000110100011 | f0aec8e88eb58ea9e5e1a1a3 |
| UTF-8 | 隰疲オゥ縺。 | 111010011001101010110000111001111001011010110010111011111011110110110101111011111011110110101001111001111011100010111010111000111000000010000010 | e99ab0e796b2efbdb5efbda9e7b8bae38082 |
| UHC | ?疲???。 | 0011111111111001101010100011111100111111001111111010000110100011 | 3ff9aa3f3f3fa1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)