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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 蔭????^ | 10001000111111000011111100111111001111110011111101011110 | 88fc3f3f3f3f5e |
| EUC-JP | 蔭????^ | 10110000111111100011111100111111001111110011111101011110 | b0fe3f3f3f3f5e |
| UTF-8 | 蔭띾죲溜첦^ | 11101000100101001010110111101011100111011011111011101100101000111011001011101111101001111000101111101100101100101010011001011110 | e894adeb9dbeeca3b2efa78becb2a65e |
| UHC | 蔭띾죲溜첦^ | 1110101111100011100011011110101110100001100011011110101011111110101010110100111101011110 | ebe38deba18deafeab4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)