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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 櫛?h櫛? | 10001011111110010011111101101000100010111111100100111111 | 8bf93f688bf93f |
EUC-JP | 櫛?h櫛? | 10110110111110110011111101101000101101101111101100111111 | b6fb3f68b6fb3f |
UTF-8 | 櫛렟h櫛렟 | 11100110101010111001101111101011101000001001111101101000111001101010101110011011111010111010000010011111 | e6ab9beba09f68e6ab9beba09f |
UHC | 櫛렟h櫛렟 | 111100011110111010001110101100000110100011110001111011101000111010110000 | f1ee8eb068f1ee8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)