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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 巐」鞁ヨB | 11111010101101101010001111101000110110011101011001000010 | fab6a3e8d9d642 |
EUC-JP | 巐」鞁ヨB | 10001111101110111111100110001110101000111111000011011011100011101101011001000010 | 8fbbf98ea3f0db8ed642 |
UTF-8 | 巐」鞁ヨB | 11100101101101111001000011101111101111011010001111101001100111101000000111101111101111101001011001000010 | e5b790efbda3e99e81efbe9642 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)