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 | ?BF | 001111110100001001000110 | 3f4246 |
SJIS-WIN | 息BF | 10010001101001110100001001000110 | 91a74246 |
EUC-JP | 息BF | 11000010101010010100001001000110 | c2a94246 |
UTF-8 | 息BF | 1110011010000001101011110100001001000110 | e681af4246 |
UHC | 息BF | 11100011110100110100001001000110 | e3d34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)