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 | 糶頌 | 11100010111110101110100011110001 | e2fae8f1 |
EUC-JP | 糶頌 | 11100100111111001111000011110011 | e4fcf0f3 |
UTF-8 | 糶頌 | 111001111011001110110110111010011010000010001100 | e7b3b6e9a08c |
UHC | ?頌 | 001111111110000111101011 | 3fe1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)