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 | ç¤BY | 11100111101001001000101110001100100010010100001001011001 | e7a48b8c894259 |
SJIS-WIN | ?????BY | 00111111001111110011111100111111001111110100001001011001 | 3f3f3f3f3f4259 |
EUC-JP | �??BY | 1000111110101011101011101000111110100010111100000011111100111111001111110100001001011001 | 8fabae8fa2f03f3f3f4259 |
UTF-8 | ç¤BY | 110000111010011111000010101001001100001010001011110000101000110011000010100010010100001001011001 | c3a7c2a4c28bc28cc2894259 |
UHC | ?¤???BY | 0011111110100010101101000011111100111111001111110100001001011001 | 3fa2b43f3f3f4259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)