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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 巍щ?巍щ?^ | 1001101111011001100001001000101100111111100110111101100110000100100010110011111101011110 | 9bd9848b3f9bd9848b3f5e |
EUC-JP | 巍щ?巍щ?^ | 1101011011011011101001111110101100111111110101101101101110100111111010110011111101011110 | d6dba7eb3fd6dba7eb3f5e |
UTF-8 | 巍щ젿巍щ젿^ | 1110010110110111100011011101000110001001111011001010000010111111111001011011011110001101110100011000100111101100101000001011111101011110 | e5b78dd189eca0bfe5b78dd189eca0bf5e |
UHC | 巍щ젿巍щ젿^ | 11101000111001001010110011101011101000001011000111101000111001001010110011101011101000001011000101011110 | e8e4aceba0b1e8e4aceba0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)