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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 疑???? | 100010110101111000111111001111110011111100111111 | 8b5e3f3f3f3f |
EUC-JP | 疑???? | 101101011011111100111111001111110011111100111111 | b5bf3f3f3f3f |
UTF-8 | 疑얘렢닺렍 | 111001111001011010010001111011001001011010011000111010111010000010100010111010111000101110111010111010111010000010001101 | e79691ec9698eba0a2eb8bbaeba08d |
UHC | 疑얘렢닺렍 | 11101011111101111011111011101010100011101011001110110100111010001000111010100011 | ebf7beea8eb3b4e88ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)