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 | 蛹僖蛹僖^ | 111001011000110010011001010001001110010110001100100110010100010001011110 | e58c9944e58c99445e |
EUC-JP | 蛹僖蛹僖^ | 111010011110110011010001101001011110100111101100110100011010010101011110 | e9ecd1a5e9ecd1a55e |
UTF-8 | 蛹僖蛹僖^ | 11101000100110111011100111100101100000111001011011101000100110111011100111100101100000111001011001011110 | e89bb9e58396e89bb9e583965e |
UHC | ?僖?僖^ | 00111111111111011110101000111111111111011110101001011110 | 3ffdea3ffdea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)