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 | ?卿?卿^ | 00111111100010111010100000111111100010111010100001011110 | 3f8ba83f8ba85e |
EUC-JP | ?卿?卿^ | 00111111101101101010101000111111101101101010101001011110 | 3fb6aa3fb6aa5e |
UTF-8 | 걺卿걺卿^ | 11101010101100011011101011100101100011011011111111101010101100011011101011100101100011011011111101011110 | eab1bae58dbfeab1bae58dbf5e |
UHC | 걺卿걺卿^ | 101100001100101011001100110011111011000011001010110011001100111101011110 | b0cacccfb0cacccf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)