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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 鞐カ隕咤F | 1110100011011110101101101110100010100110100110100100001001000110 | e8deb6e8a69a4246 |
EUC-JP | 鞐カ隕咤F | 111100001110000010001110101101101111000010101000110100111010001101000110 | f0e08eb6f0a8d3a346 |
UTF-8 | 鞐カ隕咤F | 11101001100111101001000011101111101111011011011011101001100110101001010111100101100100101010010001000110 | e99e90efbdb6e99a95e592a446 |
UHC | ??隕咤F | 00111111001111111110101010100010111101101110001101000110 | 3f3feaa2f6e346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)