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^ | 1110011011111110100100100110001101011110 | e6fe92635e |
SJIS-WIN | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
EUC-JP | æþ?c^ | 100011111010100111000001100011111010100111010000001111110110001101011110 | 8fa9c18fa9d03f635e |
UTF-8 | æþc^ | 1100001110100110110000111011111011000010100100100110001101011110 | c3a6c3bec292635e |
UHC | æþ?c^ | 10101001101000011010100110101101001111110110001101011110 | a9a1a9ad3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)