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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 潁磋B | 1001111111110001111000011111011001000010 | 9ff1e1f642 |
EUC-JP | 潁磋B | 1101111011110011111000101111100001000010 | def3e2f842 |
UTF-8 | 潁磋B | 11100110101111011000000111100111101000111000101101000010 | e6bd81e7a38b42 |
UHC | 潁磋B | 1110011110111000111100111010111101000010 | e7b8f3af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)