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 | 11101000110111101011011011101001100000101010011001000110 | e8deb6e982a646 |
EUC-JP | 鞐カ驍ヲF | 111100001110000010001110101101101111000111100010100011101010011001000110 | f0e08eb6f1e28ea646 |
UTF-8 | 鞐カ驍ヲF | 11101001100111101001000011101111101111011011011011101001101010011000110111101111101111011010011001000110 | e99e90efbdb6e9a98defbda646 |
UHC | ??驍?F | 001111110011111111111101101001000011111101000110 | 3f3ffda43f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)