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 | 貳磆}貳磆{^ | 1110011011000110111000011111010101111101111001101100011011100001111101010111101101011110 | e6c6e1f57de6c6e1f57b5e |
EUC-JP | 貳磆}貳磆{^ | 1110110011001000111000101111011101111101111011001100100011100010111101110111101101011110 | ecc8e2f77decc8e2f77b5e |
UTF-8 | 貳磆}貳磆{^ | 111010001011001010110011111001111010001110000110011111011110100010110010101100111110011110100011100001100111101101011110 | e8b2b3e7a3867de8b2b3e7a3867b5e |
UHC | 貳?}貳?{^ | 111011001100001100111111011111011110110011000011001111110111101101011110 | ecc33f7decc33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)