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 | 罩挾}罩挾{^ | 1110001110101011100111010111000001111101111000111010101110011101011100000111101101011110 | e3ab9d707de3ab9d707b5e |
EUC-JP | 罩挾}罩挾{^ | 1110011010101101110110011101000101111101111001101010110111011001110100010111101101011110 | e6add9d17de6add9d17b5e |
UTF-8 | 罩挾}罩挾{^ | 111001111011110110101001111001101000110010111110011111011110011110111101101010011110011010001100101111100111101101011110 | e7bda9e68cbe7de7bda9e68cbe7b5e |
UHC | ?挾}?挾{^ | 001111111111101011110011011111010011111111111010111100110111101101011110 | 3ffaf37d3ffaf37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)