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 | ùÂC | 111110011100001001000011 | f9c243 |
SJIS-WIN | ??C | 001111110011111101000011 | 3f3f43 |
EUC-JP | ùÂC | 10001111101010111110001110001111101010101010010001000011 | 8fabe38faaa443 |
UTF-8 | ùÂC | 1100001110111001110000111000001001000011 | c3b9c38243 |
UHC | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)