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 | 覓щ | 11100110010010111000010010001011 | e64b848b |
EUC-JP | 覓щ | 11101011101011001010011111101011 | ebaca7eb |
UTF-8 | 覓щ | 1110100010100110100100111101000110001001 | e8a693d189 |
UHC | 覓щ | 11011000111100101010110011101011 | d8f2aceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)