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 | 10001001100111111110000001100011 | 899fe063 |
SJIS-WIN | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
EUC-JP | ??àc | 001111110011111110001111101010111010001001100011 | 3f3f8faba263 |
UTF-8 | àc | 11000010100010011100001010011111110000111010000001100011 | c289c29fc3a063 |
UHC | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)