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 | 煽? | 100100001111100000111111 | 90f83f |
EUC-JP | 煽? | 110000001111101000111111 | c0fa3f |
UTF-8 | 煽稶 | 111001111000010110111101111001111010100010110110 | e785bde7a8b6 |
UHC | 煽稶 | 11100000110000111110100111110011 | e0c3e9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)