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 | 種?縞?^ | 10001110111011010011111110001110110010000011111101011110 | 8eed3f8ec83f5e |
EUC-JP | 種?縞?^ | 10111100111011110011111110111100110010100011111101011110 | bcef3fbcca3f5e |
UTF-8 | 種렡縞렖^ | 11100111101010001010111011101011101000001010000111100111101110001001111011101011101000001001011001011110 | e7a8aeeba0a1e7b89eeba0965e |
UHC | 種렡縞렖^ | 111100001111101010001110101100101111101111010110100011101010101101011110 | f0fa8eb2fbd68eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)