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 | 除究 | 10001111100111001000101110000110 | 8f9c8b86 |
EUC-JP | 除究 | 10111101111111001011010111100110 | bdfcb5e6 |
UTF-8 | 除究 | 111010011001100110100100111001111010100110110110 | e999a4e7a9b6 |
UHC | 除究 | 11110000101101101100111110111100 | f0b6cfbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)