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 | 辭右 | 11100111100001101000100101000101 | e7868945 |
EUC-JP | 辭右 | 11101101111001101011000110100110 | ede6b1a6 |
UTF-8 | 辭右 | 111010001011111010101101111001011000111110110011 | e8beade58fb3 |
UHC | 辭右 | 11011110111101101110100111010011 | def6e9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)