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 | 11101000100111001011010011101000100111001011010001000110 | e89cb4e89cb446 |
EUC-JP | 陷エ陷エF | 111011111111110010001110101101001110111111111100100011101011010001000110 | effc8eb4effc8eb446 |
UTF-8 | 陷エ陷エF | 11101001100110011011011111101111101111011011010011101001100110011011011111101111101111011011010001000110 | e999b7efbdb4e999b7efbdb446 |
UHC | 陷?陷?F | 11111001111010000011111111111001111010000011111101000110 | f9e83ff9e83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)