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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 豌ソ豌ソ^ | 11100110101100001011111111100110101100001011111101011110 | e6b0bfe6b0bf5e |
EUC-JP | 豌ソ豌ソ^ | 111011001011001010001110101111111110110010110010100011101011111101011110 | ecb28ebfecb28ebf5e |
UTF-8 | 豌ソ豌ソ^ | 11101000101100011000110011101111101111011011111111101000101100011000110011101111101111011011111101011110 | e8b18cefbdbfe8b18cefbdbf5e |
UHC | 豌?豌?^ | 11101000110101010011111111101000110101010011111101011110 | e8d53fe8d53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)