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 | 佇1 | 10011000110010001000001001010000 | 98c88250 |
EUC-JP | 佇1 | 11010000110010101010001110110001 | d0caa3b1 |
UTF-8 | 佇1 | 111001001011110110000111111011111011110010010001 | e4bd87efbc91 |
UHC | 佇1 | 11101110101101111010001110110001 | eeb7a3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)