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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 豺僖豺僖^ | 111001101011011110011001010001001110011010110111100110010100010001011110 | e6b79944e6b799445e |
EUC-JP | 豺僖豺僖^ | 111011001011100111010001101001011110110010111001110100011010010101011110 | ecb9d1a5ecb9d1a55e |
UTF-8 | 豺僖豺僖^ | 11101000101100011011101011100101100000111001011011101000101100011011101011100101100000111001011001011110 | e8b1bae58396e8b1bae583965e |
UHC | 豺僖豺僖^ | 111000111100111111111101111010101110001111001111111111011110101001011110 | e3cffdeae3cffdea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)