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{^ | 1101011011110010011011110110111001111101110101101111001001101111011011100111101101011110 | d6f26f6e7dd6f26f6e7b5e |
EUC-JP | ヨ?n}ヨ?n{^ | 1000111011010110001111110110111001111101100011101101011000111111011011100111101101011110 | 8ed63f6e7d8ed63f6e7b5e |
UTF-8 | ヨn}ヨn{^ | 1110111110111110100101101110111010000110101001110110111001111101111011111011111010010110111011101000011010100111011011100111101101011110 | efbe96ee86a76e7defbe96ee86a76e7b5e |
UHC | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)