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 | 跣曠跣曠^ | 111001101110111110011110010001001110011011101111100111100100010001011110 | e6ef9e44e6ef9e445e |
EUC-JP | 跣曠跣曠^ | 111011001111000111011011101001011110110011110001110110111010010101011110 | ecf1dba5ecf1dba55e |
UTF-8 | 跣曠跣曠^ | 11101000101101111010001111100110100110111010000011101000101101111010001111100110100110111010000001011110 | e8b7a3e69ba0e8b7a3e69ba05e |
UHC | 跣曠跣曠^ | 111000001101001111001110110001111110000011010011110011101100011101011110 | e0d3cec7e0d3cec75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)