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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 逶曠逶曠^ | 111001111001101110011110010001001110011110011011100111100100010001011110 | e79b9e44e79b9e445e |
EUC-JP | 逶曠逶曠^ | 111011011111101111011011101001011110110111111011110110111010010101011110 | edfbdba5edfbdba55e |
UTF-8 | 逶曠逶曠^ | 11101001100000001011011011100110100110111010000011101001100000001011011011100110100110111010000001011110 | e980b6e69ba0e980b6e69ba05e |
UHC | ?曠?曠^ | 00111111110011101100011100111111110011101100011101011110 | 3fcec73fcec75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)