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 | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 鞋BF | 111100001011101111101000110111000100001001000110 | f0bbe8dc4246 |
EUC-JP | ?鞋BF | 0011111111110000110111100100001001000110 | 3ff0de4246 |
UTF-8 | 鞋BF | 1110111010000001101110101110100110011110100010110100001001000110 | ee81bae99e8b4246 |
UHC | ?鞋BF | 0011111111111011101110010100001001000110 | 3ffbb94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)