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 | 1001110111100011111001001110001101000110 | 9de3e4e346 |
EUC-JP | 昴蒹F | 1101101011100101111010001110010101000110 | dae5e8e546 |
UTF-8 | 昴蒹F | 11100110100110001011010011101000100100101011100101000110 | e698b4e892b946 |
UHC | 昴?F | 11011001110110110011111101000110 | d9db3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)