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 | 11101000111111101000100001111000 | e8fe8878 |
SJIS-WIN | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
EUC-JP | èþ?x | 1000111110101011101100101000111110101001110100000011111101111000 | 8fabb28fa9d03f78 |
UTF-8 | èþx | 11000011101010001100001110111110110000101000100001111000 | c3a8c3bec28878 |
UHC | ?þ?x | 0011111110101001101011010011111101111000 | 3fa9ad3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)