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 | èÖù²û×h | 11101000110101101111100110110010111110111101011101101000 | e8d6f9b2fbd768 |
SJIS-WIN | ?????×h | 0011111100111111001111110011111100111111100000010111111001101000 | 3f3f3f3f3f817e68 |
EUC-JP | èÖù?û×h | 10001111101010111011001010001111101010101101001110001111101010111110001100111111100011111010101111100101101000011101111101101000 | 8fabb28faad38fabe33f8fabe5a1df68 |
UTF-8 | èÖù²û×h | 11000011101010001100001110010110110000111011100111000010101100101100001110111011110000111001011101101000 | c3a8c396c3b9c2b2c3bbc39768 |
UHC | ???²?×h | 001111110011111100111111101010011111011100111111101000011011111101101000 | 3f3f3fa9f73fa1bf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)