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ãýx | 1001101001111000100000011001001111100011111111011001101001111000 | 9a788193e3fd9a78 |
SJIS-WIN | ?x?????x | 0011111101111000001111110011111100111111001111110011111101111000 | 3f783f3f3f3f3f78 |
EUC-JP | ?x??ãý?x | 001111110111100000111111001111111000111110101011101010101000111110101011111100100011111101111000 | 3f783f3f8fabaa8fabf23f78 |
UTF-8 | xãýx | 1100001010011010011110001100001010000001110000101001001111000011101000111100001110111101110000101001101001111000 | c29a78c281c293c3a3c3bdc29a78 |
UHC | ?x?????x | 0011111101111000001111110011111100111111001111110011111101111000 | 3f783f3f3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)