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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 珱豼}珱豼{^ | 1110000011111100111001101011111101111101111000001111110011100110101111110111101101011110 | e0fce6bf7de0fce6bf7b5e |
EUC-JP | 珱豼}珱豼{^ | 1110000011111110111011001100000101111101111000001111111011101100110000010111101101011110 | e0feecc17de0feecc17b5e |
UTF-8 | 珱豼}珱豼{^ | 111001111000111110110001111010001011000110111100011111011110011110001111101100011110100010110001101111000111101101011110 | e78fb1e8b1bc7de78fb1e8b1bc7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)