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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 茹貉F | 1110010010100101111001101011100101000110 | e4a5e6b946 |
EUC-JP | 茹貉F | 1110100010100111111011001011101101000110 | e8a7ecbb46 |
UTF-8 | 茹貉F | 11101000100011001011100111101000101100101000100101000110 | e88cb9e8b28946 |
UHC | 茹?F | 11100110101010100011111101000110 | e6aa3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)