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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ??巖E | 0011111100111111100110111101110001000101 | 3f3f9bdc45 |
EUC-JP | ??巖E | 0011111100111111110101101101111001000101 | 3f3fd6de45 |
UTF-8 | 렏렕巖E | 11101011101000001000111111101011101000001001010111100101101101111001011001000101 | eba08feba095e5b79645 |
UHC | 렏렕巖E | 10001110101001011000111010101010111001001101110001000101 | 8ea58eaae4dc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)