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 | 意щ | 10001000110100111000010010001011 | 88d3848b |
EUC-JP | 意щ | 10110000110101011010011111101011 | b0d5a7eb |
UTF-8 | 意щ | 1110011010000100100011111101000110001001 | e6848fd189 |
UHC | 意щ | 11101011111100101010110011101011 | ebf2aceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)