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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銜ソ荵嶺ソ | 1110011111110000101111111110010010111001100101111110010010111111 | e7f0bfe4b997e4bf |
EUC-JP | 銜ソ荵嶺ソ | 11101110111100101000111010111111111010001011101111001110111001101000111010111111 | eef28ebfe8bbcee68ebf |
UTF-8 | 銜ソ荵嶺ソ | 111010011000101010011100111011111011110110111111111010001000110110110101111001011011011010111010111011111011110110111111 | e98a9cefbdbfe88db5e5b6baefbdbf |
UHC | 銜??嶺? | 11111001111001110011111100111111110101101011101000111111 | f9e73f3fd6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)