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 | 111010011011000010010010011010011110100110110000100100100110100101000010 | e9b09269e9b0926942 |
EUC-JP | 魏段魏段B | 111100101011001011000011110010101111001010110010110000111100101001000010 | f2b2c3caf2b2c3ca42 |
UTF-8 | 魏段魏段B | 11101001101011011000111111100110101011101011010111101001101011011000111111100110101011101011010101000010 | e9ad8fe6aeb5e9ad8fe6aeb542 |
UHC | 魏段魏段B | 111010101110000011010011101010111110101011100000110100111010101101000010 | eae0d3abeae0d3ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)