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 | ª¾ý_ | 1000111110101010101111101111110101011111 | 8faabefd5f |
SJIS-WIN | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
EUC-JP | ?ª?ý_ | 001111111000111110100010111011000011111110001111101010111111001001011111 | 3f8fa2ec3f8fabf25f |
UTF-8 | ª¾ý_ | 110000101000111111000010101010101100001010111110110000111011110101011111 | c28fc2aac2bec3bd5f |
UHC | ?ª¾?_ | 00111111101010001010001110101000111110100011111101011111 | 3fa8a3a8fa3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)