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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 殃??殃??^ | 100111110110100100111111001111111001111101101001001111110011111101011110 | 9f693f3f9f693f3f5e |
EUC-JP | 殃??殃??^ | 110111011100101000111111001111111101110111001010001111110011111101011110 | ddca3f3fddca3f3f5e |
UTF-8 | 殃숇쨧殃숇쨧^ | 11100110101011101000001111101100100010001000011111101100101010001010011111100110101011101000001111101100100010001000011111101100101010001010011101011110 | e6ae83ec8887eca8a7e6ae83ec8887eca8a75e |
UHC | 殃숇쨧殃숇쨧^ | 11100100111010101001100111101011101001001000001011100100111010101001100111101011101001001000001001011110 | e4ea99eba482e4ea99eba4825e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)