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 | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 昕貶BF | 111110101100111111100110110010000100001001000110 | facfe6c84246 |
EUC-JP | 昕貶BF | 10001111110000011111110011101100110010100100001001000110 | 8fc1fcecca4246 |
UTF-8 | 昕貶BF | 1110011010011000100101011110100010110010101101100100001001000110 | e69895e8b2b64246 |
UHC | 昕貶BF | 111111011101101011111000101111110100001001000110 | fddaf8bf4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)