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 | 阻頑 | 10010001011010101000101011100110 | 916a8ae6 |
EUC-JP | 阻頑 | 11000001110010111011010011101000 | c1cbb4e8 |
UTF-8 | 阻頑 | 111010011001100010111011111010011010000010010001 | e998bbe9a091 |
UHC | 阻頑 | 11110000111001101110100011010111 | f0e6e8d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)