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 | 鞐戰鞐戰^ | 111010001101111010011101010001001110100011011110100111010100010001011110 | e8de9d44e8de9d445e |
EUC-JP | 鞐戰鞐戰^ | 111100001110000011011001101001011111000011100000110110011010010101011110 | f0e0d9a5f0e0d9a55e |
UTF-8 | 鞐戰鞐戰^ | 11101001100111101001000011100110100010001011000011101001100111101001000011100110100010001011000001011110 | e99e90e688b0e99e90e688b05e |
UHC | ?戰?戰^ | 00111111111011101111101000111111111011101111101001011110 | 3feefa3feefa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)