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 | ëí§G | 11101011111011011010011101000111 | ebeda747 |
SJIS-WIN | ??§G | 0011111100111111100000011001100001000111 | 3f3f819847 |
EUC-JP | ëí§G | 100011111010101110110011100011111010101110111111101000011111100001000111 | 8fabb38fabbfa1f847 |
UTF-8 | ëí§G | 11000011101010111100001110101101110000101010011101000111 | c3abc3adc2a747 |
UHC | ??§G | 0011111100111111101000011101011101000111 | 3f3fa1d747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)