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 | 星羞星羞^ | 100100001010111111100011101101011001000010101111111000111011010101011110 | 90afe3b590afe3b55e |
EUC-JP | 星羞星羞^ | 110000001011000111100110101101111100000010110001111001101011011101011110 | c0b1e6b7c0b1e6b75e |
UTF-8 | 星羞星羞^ | 11100110100110001001111111100111101111101001111011100110100110001001111111100111101111101001111001011110 | e6989fe7be9ee6989fe7be9e5e |
UHC | 星羞星羞^ | 111000001111100011100010101110101110000011111000111000101011101001011110 | e0f8e2bae0f8e2ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)