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 | 除蘆 | 10001111100111001110010101100010 | 8f9ce562 |
EUC-JP | 除蘆 | 10111101111111001110100111000011 | bdfce9c3 |
UTF-8 | 除蘆 | 111010011001100110100100111010001001100010000110 | e999a4e89886 |
UHC | 除蘆 | 11110000101101101101011011010110 | f0b6d6d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)