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 | 閭晞メ蛹冶ィ | 1110100010000011100111011110100110000011100000011110010110001100100101101110100010101000 | e8839de98381e58c96e8a8 |
| EUC-JP | 閭晞メ蛹冶ィ | 111011111110001111011010111010111010010111100001111010011110110011001100111010101000111010101000 | efe3daeba5e1e9ecccea8ea8 |
| UTF-8 | 閭晞メ蛹冶ィ | 111010011001011010101101111001101001100110011110111000111000001110100001111010001001101110111001111001011000011010110110111011111011110110101000 | e996ade6999ee383a1e89bb9e586b6efbda8 |
| UHC | 閭晞メ?冶? | 11010101111011111111110111110101101010111110000100111111111001011010011100111111 | d5effdf5abe13fe5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)