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 | ?щ | 001111111000010010001011 | 3f848b |
EUC-JP | ?щ | 001111111010011111101011 | 3fa7eb |
UTF-8 | 掠щ | 1110111110100101101101011101000110001001 | efa5b5d189 |
UHC | 掠щ | 11100101101100011010110011101011 | e5b1aceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)