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{^ | 11100000101111111110000110110101011011100111110111100000101111111110000110110101011011100111101101011110 | e0bfe1b56e7de0bfe1b56e7b5e |
EUC-JP | 狒盞n}狒盞n{^ | 11100000110000011110001010110111011011100111110111100000110000011110001010110111011011100111101101011110 | e0c1e2b76e7de0c1e2b76e7b5e |
UTF-8 | 狒盞n}狒盞n{^ | 1110011110001011100100101110011110011011100111100110111001111101111001111000101110010010111001111001101110011110011011100111101101011110 | e78b92e79b9e6e7de78b92e79b9e6e7b5e |
UHC | ?盞n}?盞n{^ | 0011111111101101110100110110111001111101001111111110110111010011011011100111101101011110 | 3fedd36e7d3fedd36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)