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 | è¹ç¬ | 1110100010000001101110011110011110101100 | e881b9e7ac |
SJIS-WIN | ????¬ | 001111110011111100111111001111111000000111001010 | 3f3f3f3f81ca |
EUC-JP | è??ç¬ | 10001111101010111011001000111111001111111000111110101011101011101010001011001100 | 8fabb23f3f8fabaea2cc |
UTF-8 | è¹ç¬ | 11000011101010001100001010000001110000101011100111000011101001111100001010101100 | c3a8c281c2b9c3a7c2ac |
UHC | ??¹?? | 001111110011111110101001111101100011111100111111 | 3f3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)