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{^ | 10011101110110011110100110100101011011100111110110011101110110011110100110100101011011100111101101011110 | 9dd9e9a56e7d9dd9e9a56e7b5e |
EUC-JP | 无鬣n}无鬣n{^ | 11011010110110111111001010100111011011100111110111011010110110111111001010100111011011100111101101011110 | dadbf2a76e7ddadbf2a76e7b5e |
UTF-8 | 无鬣n}无鬣n{^ | 1110011010010111101000001110100110101100101000110110111001111101111001101001011110100000111010011010110010100011011011100111101101011110 | e697a0e9aca36e7de697a0e9aca36e7b5e |
UHC | 无?n}无?n{^ | 1101100111101001001111110110111001111101110110011110100100111111011011100111101101011110 | d9e93f6e7dd9e93f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)