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 | 10010010111110010011111101000110 | 92f93f46 |
EUC-JP | 訂駙F | 110001001111101110001111111010011010100101000110 | c4fb8fe9a946 |
UTF-8 | 訂駙F | 11101000101010001000001011101001101001111001100101000110 | e8a882e9a79946 |
UHC | 訂駙F | 1110111111110100110111011011111101000110 | eff4ddbf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)