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 | ?B | 0011111101000010 | 3f42 |
SJIS-WIN | 郁B | 100010001110100001000010 | 88e842 |
EUC-JP | 郁B | 101100001110101001000010 | b0ea42 |
UTF-8 | 郁B | 11101001100000111000000101000010 | e9838142 |
UHC | 郁B | 111010011111010001000010 | e9f442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)