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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 悛焙 | 10011100101000001110000010000100 | 9ca0e084 |
EUC-JP | 悛焙 | 11011000101000101101111111100100 | d8a2dfe4 |
UTF-8 | 悛焙 | 111001101000001010011011111001111000010010011001 | e6829be78499 |
UHC | 悛焙 | 11101110111110011101101111001100 | eef9dbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)