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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 蟾ス蝮ヲ雜ウF | 11100101101101111011110111100101100111011010011011101000101101101011001101000110 | e5b7bde59da6e8b6b346 |
EUC-JP | 蟾ス蝮ヲ雜ウF | 11101010101110011000111010111101111010011111110110001110101001101111000010111000100011101011001101000110 | eab98ebde9fd8ea6f0b88eb346 |
UTF-8 | 蟾ス蝮ヲ雜ウF | 11101000100111111011111011101111101111011011110111101000100111011010111011101111101111011010011011101001100110111001110011101111101111011011001101000110 | e89fbeefbdbde89daeefbda6e99b9cefbdb346 |
UHC | 蟾???雜?F | 111000001110101000111111001111110011111111101101110110100011111101000110 | e0ea3f3f3fedda3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)