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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 濾h濾 | 1110000001101000011010001110000001101000 | e06868e068 |
EUC-JP | 濾h濾 | 1101111111001001011010001101111111001001 | dfc968dfc9 |
UTF-8 | 濾h濾 | 11100110101111111011111001101000111001101011111110111110 | e6bfbe68e6bfbe |
UHC | 濾h濾 | 1101010111101011011010001101010111101011 | d5eb68d5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)