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 | 11101001010100000011111101000110 | e9503f46 |
EUC-JP | 餘?F | 11110001101100010011111101000110 | f1b13f46 |
UTF-8 | 餘뷓F | 11101001101001001001100011101011101101111001001101000110 | e9a498ebb79346 |
UHC | 餘뷓F | 1110011010101110100101010100001001000110 | e6ae954246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)