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 | èí_ | 100111001000000111101000111011011001101001011111 | 9c81e8ed9a5f |
SJIS-WIN | ?????_ | 001111110011111100111111001111110011111101011111 | 3f3f3f3f3f5f |
EUC-JP | ??èí?_ | 00111111001111111000111110101011101100101000111110101011101111110011111101011111 | 3f3f8fabb28fabbf3f5f |
UTF-8 | èí_ | 1100001010011100110000101000000111000011101010001100001110101101110000101001101001011111 | c29cc281c3a8c3adc29a5f |
UHC | ?????_ | 001111110011111100111111001111110011111101011111 | 3f3f3f3f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)