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 | 跛ゥ迪ゥ^ | 11100110111010101010100111100111100011001010100101011110 | e6eaa9e78ca95e |
EUC-JP | 跛ゥ迪ゥ^ | 111011001110110010001110101010011110110111101100100011101010100101011110 | ecec8ea9edec8ea95e |
UTF-8 | 跛ゥ迪ゥ^ | 11101000101101111001101111101111101111011010100111101000101111111010101011101111101111011010100101011110 | e8b79befbda9e8bfaaefbda95e |
UHC | 跛?迪?^ | 11110111111101010011111111101110111010000011111101011110 | f7f53feee83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)