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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 耳鴉 | 111100011111101110001110101010001110100111101011 | f1fb8ea8e9eb |
EUC-JP | ?耳鴉 | 0011111110111100101010101111001011101101 | 3fbcaaf2ed |
UTF-8 | 耳鴉 | 111011101000010110110110111010001000000010110011111010011011010010001001 | ee85b6e880b3e9b489 |
UHC | ?耳鴉 | 0011111111101100101111001110010010111100 | 3fecbce4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)