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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 耀擾 | 10010111011100111000111111101111 | 97738fef |
EUC-JP | 耀擾 | 11001101110101001011111011110001 | cdd4bef1 |
UTF-8 | 耀擾 | 111010001000000010000000111001101001001110111110 | e88080e693be |
UHC | 耀擾 | 11101001101001011110100011110110 | e9a5e8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)