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 | æç¾c^ | 1110011011100111101111100110001101011110 | e6e7be635e |
SJIS-WIN | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
EUC-JP | æç?c^ | 100011111010100111000001100011111010101110101110001111110110001101011110 | 8fa9c18fabae3f635e |
UTF-8 | æç¾c^ | 1100001110100110110000111010011111000010101111100110001101011110 | c3a6c3a7c2be635e |
UHC | æ?¾c^ | 10101001101000010011111110101000111110100110001101011110 | a9a13fa8fa635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)