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 | 疑? | 100010110101111000111111 | 8b5e3f |
EUC-JP | 疑? | 101101011011111100111111 | b5bf3f |
UTF-8 | 疑렏 | 111001111001011010010001111010111010000010001111 | e79691eba08f |
UHC | 疑렏 | 11101011111101111000111010100101 | ebf78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)