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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豁泌サゥ闔 | 1110011010101101100101001110010110111011101010011110100010001110 | e6ad94e5bba9e88e |
EUC-JP | 豁泌サゥ闔 | 11101100101011111100100011100111100011101011101110001110101010011110111111101110 | ecafc8e78ebb8ea9efee |
UTF-8 | 豁泌サゥ闔 | 111010001011000110000001111001101011001110001100111011111011110110111011111011111011110110101001111010011001011110010100 | e8b181e6b38cefbdbbefbda9e99794 |
UHC | 豁泌??闔 | 1111110011000011111110011011001000111111001111111111100111101111 | fcc3f9b23f3ff9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)