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 | 濾ç®e^ | 1110011010111111101111101110011110011011101011100110010101011110 | e6bfbee79bae655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | æ¿?ç?®e^ | 10001111101010011100000110001111101000101100010000111111100011111010101110101110001111111000111110100010111011100110010101011110 | 8fa9c18fa2c43f8fabae3f8fa2ee655e |
UTF-8 | 濾ç®e^ | 1100001110100110110000101011111111000010101111101100001110100111110000101001101111000010101011100110010101011110 | c3a6c2bfc2bec3a7c29bc2ae655e |
UHC | 濾??®e^ | 101010011010000110100010101011111010100011111010001111110011111110100010111001110110010101011110 | a9a1a2afa8fa3f3fa2e7655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)