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 | 霆雁ョ、^ | 11101000101110111000101011100101101011101010010001011110 | e8bb8ae5aea45e |
EUC-JP | 霆雁ョ、^ | 111100001011110110110100111001111000111010101110100011101010010001011110 | f0bdb4e78eae8ea45e |
UTF-8 | 霆雁ョ、^ | 11101001100111001000011011101001100110111000000111101111101111011010111011101111101111011010010001011110 | e99c86e99b81efbdaeefbda45e |
UHC | 霆雁??^ | 11101111111111011110010011010010001111110011111101011110 | effde4d23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)