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 | é社 | 111010011001110010000110111001111010010010111110 | e99c86e7a4be |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | é??ç¤? | 100011111010101110110001001111110011111110001111101010111010111010001111101000101111000000111111 | 8fabb13f3f8fabae8fa2f03f |
UTF-8 | é社 | 110000111010100111000010100111001100001010000110110000111010011111000010101001001100001010111110 | c3a9c29cc286c3a7c2a4c2be |
UHC | ????¤¾ | 0011111100111111001111110011111110100010101101001010100011111010 | 3f3f3f3fa2b4a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)