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 | ?F | 0011111101000110 | 3f46 |
SJIS-WIN | 屑F | 100010111111101101000110 | 8bfb46 |
EUC-JP | 屑F | 101101101111110101000110 | b6fd46 |
UTF-8 | 屑F | 11100101101100011001000101000110 | e5b19146 |
UHC | 屑F | 111000001101101001000110 | e0da46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)