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 | â¥íEB | 11100010101001011000111011101101100011110100010101000010 | e2a58eed8f4542 |
SJIS-WIN | ?¥???EB | 0011111110000001100011110011111100111111001111110100010101000010 | 3f818f3f3f3f4542 |
EUC-JP | â??í?EB | 1000111110101011101001000011111100111111100011111010101110111111001111110100010101000010 | 8faba43f3f8fabbf3f4542 |
UTF-8 | â¥íEB | 110000111010001011000010101001011100001010001110110000111010110111000010100011110100010101000010 | c3a2c2a5c28ec3adc28f4542 |
UHC | ?????EB | 00111111001111110011111100111111001111110100010101000010 | 3f3f3f3f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)