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 | 章ェシ、^ | 100011111100110110101010101111001010010001011110 | 8fcdaabca45e |
EUC-JP | 章ェシ、^ | 101111101100111110001110101010101000111010111100100011101010010001011110 | becf8eaa8ebc8ea45e |
UTF-8 | 章ェシ、^ | 11100111101010111010000011101111101111011010101011101111101111011011110011101111101111011010010001011110 | e7aba0efbdaaefbdbcefbda45e |
UHC | 章???^ | 111011011111000100111111001111110011111101011110 | edf13f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)