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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 墻?墻 | 1001101011010100001111111001101011010100 | 9ad43f9ad4 |
EUC-JP | 墻?墻 | 1101010011010110001111111101010011010110 | d4d63fd4d6 |
UTF-8 | 墻쟦墻 | 111001011010001010111011111011001001111110100110111001011010001010111011 | e5a2bbec9fa6e5a2bb |
UHC | 墻쟦墻 | 111011011101111110100000011010001110110111011111 | eddfa068eddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)