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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 豌ソ^ | 11100110101100001011111101011110 | e6b0bf5e |
EUC-JP | 豌ソ^ | 1110110010110010100011101011111101011110 | ecb28ebf5e |
UTF-8 | 豌ソ^ | 11101000101100011000110011101111101111011011111101011110 | e8b18cefbdbf5e |
UHC | 豌?^ | 11101000110101010011111101011110 | e8d53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)