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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 陂ッz陂ッzB | 111010001001100010101111011110101110100010011000101011110111101001000010 | e898af7ae898af7a42 |
EUC-JP | 陂ッz陂ッzB | 1110111111111000100011101010111101111010111011111111100010001110101011110111101001000010 | eff88eaf7aeff88eaf7a42 |
UTF-8 | 陂ッz陂ッzB | 111010011001100110000010111011111011110110101111011110101110100110011001100000101110111110111101101011110111101001000010 | e99982efbdaf7ae99982efbdaf7a42 |
UHC | 陂?z陂?zB | 111110011010111000111111011110101111100110101110001111110111101001000010 | f9ae3f7af9ae3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)