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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?藥n}?藥n{^ | 0011111111100101010110100110111001111101001111111110010101011010011011100111101101011110 | 3fe55a6e7d3fe55a6e7b5e |
EUC-JP | ?藥n}?藥n{^ | 0011111111101001101110110110111001111101001111111110100110111011011011100111101101011110 | 3fe9bb6e7d3fe9bb6e7b5e |
UTF-8 | 안藥n}안藥n{^ | 1110110010010101100010001110100010010111101001010110111001111101111011001001010110001000111010001001011110100101011011100111101101011110 | ec9588e897a56e7dec9588e897a56e7b5e |
UHC | 안藥n}안藥n{^ | 10111110110010001110010110110111011011100111110110111110110010001110010110110111011011100111101101011110 | bec8e5b76e7dbec8e5b76e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)