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 | 除? | 100011111001110000111111 | 8f9c3f |
EUC-JP | 除? | 101111011111110000111111 | bdfc3f |
UTF-8 | 除렊 | 111010011001100110100100111010111010000010001010 | e999a4eba08a |
UHC | 除렊 | 11110000101101101000111010100001 | f0b68ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)