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 | 0011111101000110 | 3f46 |
SJIS-WIN | 箴F | 111000101011110001000110 | e2bc46 |
EUC-JP | 箴F | 111001001011111001000110 | e4be46 |
UTF-8 | 箴F | 11100111101011101011010001000110 | e7aeb446 |
UHC | 箴F | 111011011101011101000110 | edd746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)