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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 譏駭 | 11100110100110001110100101101110 | e698e96e |
EUC-JP | 譏駭 | 11101011111110001111000111001111 | ebf8f1cf |
UTF-8 | 譏駭 | 111010001010110110001111111010011010011110101101 | e8ad8fe9a7ad |
UHC | 譏駭 | 11010001110000011111101010110100 | d1c1fab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)