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 | 竣蝎??? | 10001111011101101110010110011001001111110011111100111111 | 8f76e5993f3f3f |
EUC-JP | 竣蝎??? | 10111101110101111110100111111001001111110011111100111111 | bdd7e9f93f3f3f |
UTF-8 | 竣蝎렣읽렢 | 111001111010101110100011111010001001110110001110111010111010000010100011111011001001110110111101111010111010000010100010 | e7aba3e89d8eeba0a3ec9dbdeba0a2 |
UHC | 竣蝎렣읽렢 | 11110001111000101100101011101001100011101011010011000000110100001000111010110011 | f1e2cae98eb4c0d08eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)