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 | 邯愁邯愁^ | 111001111011011010001111010001001110011110110110100011110100010001011110 | e7b68f44e7b68f445e |
EUC-JP | 邯愁邯愁^ | 111011101011100010111101101001011110111010111000101111011010010101011110 | eeb8bda5eeb8bda55e |
UTF-8 | 邯愁邯愁^ | 11101001100000101010111111100110100001001000000111101001100000101010111111100110100001001000000101011110 | e982afe68481e982afe684815e |
UHC | 邯愁邯愁^ | 110010101111101111100001111111101100101011111011111000011111111001011110 | cafbe1fecafbe1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)