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 | àZàZB | 1110000001011010111000000101101001000010 | e05ae05a42 |
SJIS-WIN | ?Z?ZB | 0011111101011010001111110101101001000010 | 3f5a3f5a42 |
EUC-JP | àZàZB | 100011111010101110100010010110101000111110101011101000100101101001000010 | 8faba25a8faba25a42 |
UTF-8 | àZàZB | 11000011101000000101101011000011101000000101101001000010 | c3a05ac3a05a42 |
UHC | ?Z?ZB | 0011111101011010001111110101101001000010 | 3f5a3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)