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 | 疑렲 | 111001111001011010010001111010111010000010110010 | e79691eba0b2 |
UHC | 疑렲 | 11101011111101111000111010111111 | ebf78ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)