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 | 10011010011110001000000110010011111001001001111101000010 | 9a788193e49f42 |
SJIS-WIN | ?x????B | 00111111011110000011111100111111001111110011111101000010 | 3f783f3f3f3f42 |
EUC-JP | ?x??ä?B | 001111110111100000111111001111111000111110101011101000110011111101000010 | 3f783f3f8faba33f42 |
UTF-8 | xäB | 110000101001101001111000110000101000000111000010100100111100001110100100110000101001111101000010 | c29a78c281c293c3a4c29f42 |
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)