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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 景景^ | 1000110001101001100011000110100101011110 | 8c698c695e |
EUC-JP | 景景^ | 1011011111001010101101111100101001011110 | b7cab7ca5e |
UTF-8 | 景景^ | 11100110100110011010111111100110100110011010111101011110 | e699afe699af5e |
UHC | 景景^ | 1100110011011000110011001101100001011110 | ccd8ccd85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)