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^ | 1110011111110001100110100110001101011110 | e7f19a635e |
SJIS-WIN | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
EUC-JP | çñ?c^ | 100011111010101110101110100011111010101111010000001111110110001101011110 | 8fabae8fabd03f635e |
UTF-8 | çñc^ | 1100001110100111110000111011000111000010100110100110001101011110 | c3a7c3b1c29a635e |
UHC | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)