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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蠇ゥ魘ォ^ | 11111011101000011010100111101001101101001010101101011110 | fba1a9e9b4ab5e |
EUC-JP | ?ゥ魘ォ^ | 0011111110001110101010011111001010110110100011101010101101011110 | 3f8ea9f2b68eab5e |
UTF-8 | 蠇ゥ魘ォ^ | 11101000101000001000011111101111101111011010100111101001101011011001100011101111101111011010101101011110 | e8a087efbda9e9ad98efbdab5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)