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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 悚?? | 10011100100111100011111100111111 | 9c9e3f3f |
EUC-JP | 悚?? | 11010111111111100011111100111111 | d7fe3f3f |
UTF-8 | 悚믠뇭 | 111001101000001010011010111010111010111110100000111010111000011110101101 | e6829aebafa0eb87ad |
UHC | 悚믠뇭 | 111000011110010110010010111000101000011110010010 | e1e592e28792 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)