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 | ルケ昇ィ^ | 110110011011100110001111101110001010100001011110 | d9b98fb8a85e |
EUC-JP | ルケ昇ィ^ | 100011101101100110001110101110011011111010111010100011101010100001011110 | 8ed98eb9beba8ea85e |
UTF-8 | ルケ昇ィ^ | 11101111101111101001100111101111101111011011100111100110100110001000011111101111101111011010100001011110 | efbe99efbdb9e69887efbda85e |
UHC | ??昇?^ | 001111110011111111100011101100000011111101011110 | 3f3fe3b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)