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 | ?處}?處{^ | 001111111001100101111100011111010011111110011001011111000111101101011110 | 3f997c7d3f997c7b5e |
EUC-JP | 蔿處}蔿處{^ | 10001111110110011100000011010001110111010111110110001111110110011100000011010001110111010111101101011110 | 8fd9c0d1dd7d8fd9c0d1dd7b5e |
UTF-8 | 蔿處}蔿處{^ | 111010001001010010111111111010001001100110010101011111011110100010010100101111111110100010011001100101010111101101011110 | e894bfe899957de894bfe899957b5e |
UHC | 蔿處}蔿處{^ | 1110101011011001111101001010010101111101111010101101100111110100101001010111101101011110 | ead9f4a57dead9f4a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)