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 | 篌蕘篌蕘^ | 111000101011101011100100111110111110001010111010111001001111101101011110 | e2bae4fbe2bae4fb5e |
EUC-JP | 篌蕘篌蕘^ | 111001001011110011101000111111011110010010111100111010001111110101011110 | e4bce8fde4bce8fd5e |
UTF-8 | 篌蕘篌蕘^ | 11100111101011111000110011101000100101011001100011100111101011111000110011101000100101011001100001011110 | e7af8ce89598e7af8ce895985e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)