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 | 羈葛 | 11100011101100011000101010001011 | e3b18a8b |
EUC-JP | 羈葛 | 11100110101100111011001111101011 | e6b3b3eb |
UTF-8 | 羈葛 | 111001111011111010001000111010001001000110011011 | e7be88e8919b |
UHC | 羈葛 | 11010001101111001100101011100111 | d1bccae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)