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 | xãýB | 10011010011110001000000110010011111000111111110101000010 | 9a788193e3fd42 |
SJIS-WIN | ?x????B | 00111111011110000011111100111111001111110011111101000010 | 3f783f3f3f3f42 |
EUC-JP | ?x??ãýB | 0011111101111000001111110011111110001111101010111010101010001111101010111111001001000010 | 3f783f3f8fabaa8fabf242 |
UTF-8 | xãýB | 110000101001101001111000110000101000000111000010100100111100001110100011110000111011110101000010 | c29a78c281c293c3a3c3bd42 |
UHC | ?x????B | 00111111011110000011111100111111001111110011111101000010 | 3f783f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)