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 | 蟶僖蟶僖^ | 111001011011100010011001010001001110010110111000100110010100010001011110 | e5b89944e5b899445e |
EUC-JP | 蟶僖蟶僖^ | 111010101011101011010001101001011110101010111010110100011010010101011110 | eabad1a5eabad1a55e |
UTF-8 | 蟶僖蟶僖^ | 11101000100111111011011011100101100000111001011011101000100111111011011011100101100000111001011001011110 | e89fb6e58396e89fb6e583965e |
UHC | ?僖?僖^ | 00111111111111011110101000111111111111011110101001011110 | 3ffdea3ffdea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)