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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 墻?\ | 10011010110101000011111101011100 | 9ad43f5c |
EUC-JP | 墻?\ | 11010100110101100011111101011100 | d4d63f5c |
UTF-8 | 墻풪\ | 11100101101000101011101111101101100100101010101001011100 | e5a2bbed92aa5c |
UHC | 墻풪\ | 1110110111011111101111110100110001011100 | eddfbf4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)