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 | ?BF | 001111110100001001000110 | 3f4246 |
SJIS-WIN | 呈BF | 10010010111001100100001001000110 | 92e64246 |
EUC-JP | 呈BF | 11000100111010000100001001000110 | c4e84246 |
UTF-8 | 呈BF | 1110010110010001100010000100001001000110 | e591884246 |
UHC | 呈BF | 11101111110100000100001001000110 | efd04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)