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 | 豌ソ\ | 11100110101100001011111101011100 | e6b0bf5c |
EUC-JP | 豌ソ\ | 1110110010110010100011101011111101011100 | ecb28ebf5c |
UTF-8 | 豌ソ\ | 11101000101100011000110011101111101111011011111101011100 | e8b18cefbdbf5c |
UHC | 豌?\ | 11101000110101010011111101011100 | e8d53f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)