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^ | 1111100111111110100111110110001101011110 | f9fe9f635e |
SJIS-WIN | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
EUC-JP | ùþ?c^ | 100011111010101111100011100011111010100111010000001111110110001101011110 | 8fabe38fa9d03f635e |
UTF-8 | ùþc^ | 1100001110111001110000111011111011000010100111110110001101011110 | c3b9c3bec29f635e |
UHC | ?þ?c^ | 001111111010100110101101001111110110001101011110 | 3fa9ad3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)