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 | â³æAw | 11100010101100111000101011100110100010010100000101110111 | e2b38ae6894177 |
SJIS-WIN | ?????Aw | 00111111001111110011111100111111001111110100000101110111 | 3f3f3f3f3f4177 |
EUC-JP | â??æ?Aw | 1000111110101011101001000011111100111111100011111010100111000001001111110100000101110111 | 8faba43f3f8fa9c13f4177 |
UTF-8 | â³æAw | 110000111010001011000010101100111100001010001010110000111010011011000010100010010100000101110111 | c3a2c2b3c28ac3a6c2894177 |
UHC | ?³?æ?Aw | 001111111010100111111000001111111010100110100001001111110100000101110111 | 3fa9f83fa9a13f4177 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)