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 | 質? | 100011101011111100111111 | 8ebf3f |
EUC-JP | 質? | 101111001100000100111111 | bcc13f |
UTF-8 | 質세 | 111010001011001110101010111011001000010010111000 | e8b3aaec84b8 |
UHC | 質세 | 11110010111101011011110010111100 | f2f5bcbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)