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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 巍щ?] | 100110111101100110000100100010110011111101011101 | 9bd9848b3f5d |
EUC-JP | 巍щ?] | 110101101101101110100111111010110011111101011101 | d6dba7eb3f5d |
UTF-8 | 巍щ젚] | 111001011011011110001101110100011000100111101100101000001001101001011101 | e5b78dd189eca09a5d |
UHC | 巍щ젚] | 11101000111001001010110011101011101000001001011001011101 | e8e4aceba0965d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)