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 | âÈ` | 11100010110010001001111101100000 | e2c89f60 |
SJIS-WIN | ???` | 00111111001111110011111101100000 | 3f3f3f60 |
EUC-JP | âÈ?` | 1000111110101011101001001000111110101010101100100011111101100000 | 8faba48faab23f60 |
UTF-8 | âÈ` | 11000011101000101100001110001000110000101001111101100000 | c3a2c388c29f60 |
UHC | ???` | 00111111001111110011111101100000 | 3f3f3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)