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^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | ゥニc^ | 101010011111100010100001110001100110001101011110 | a9f8a1c6635e |
EUC-JP | ゥ?ニc^ | 10001110101010010011111110001110110001100110001101011110 | 8ea93f8ec6635e |
UTF-8 | ゥニc^ | 1110111110111101101010011110111010011001100000001110111110111110100001100110001101011110 | efbda9ee9980efbe86635e |
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)