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 | ?藥}?藥{^ | 001111111110010101011010011111010011111111100101010110100111101101011110 | 3fe55a7d3fe55a7b5e |
EUC-JP | ?藥}?藥{^ | 001111111110100110111011011111010011111111101001101110110111101101011110 | 3fe9bb7d3fe9bb7b5e |
UTF-8 | 넨藥}넨藥{^ | 111010111000010010101000111010001001011110100101011111011110101110000100101010001110100010010111101001010111101101011110 | eb84a8e897a57deb84a8e897a57b5e |
UHC | 넨藥}넨藥{^ | 1011001111011001111001011011011101111101101100111101100111100101101101110111101101011110 | b3d9e5b77db3d9e5b77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)