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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 拗拒拗居^ | 100111010101100010001011100100011001110101011000100010111000111101011110 | 9d588b919d588b8f5e |
EUC-JP | 拗拒拗居^ | 110110011011100110110101111100011101100110111001101101011110111101011110 | d9b9b5f1d9b9b5ef5e |
UTF-8 | 拗拒拗居^ | 11100110100010111001011111100110100010111001001011100110100010111001011111100101101100011000010101011110 | e68b97e68b92e68b97e5b1855e |
UHC | 拗拒拗居^ | 111010001111001111001011110111101110100011110011110010111101110001011110 | e8f3cbdee8f3cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)