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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 陷耕F | 1110100010011100100011010110101101000110 | e89c8d6b46 |
EUC-JP | 陷耕F | 1110111111111100101110011100110001000110 | effcb9cc46 |
UTF-8 | 陷耕F | 11101001100110011011011111101000100000001001010101000110 | e999b7e8809546 |
UHC | 陷耕F | 1111100111101000110011001110100101000110 | f9e8cce946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)