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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | セウ勺^ | 1011111010110011100011101101100101011110 | beb38ed95e |
EUC-JP | セウ勺^ | 10001110101111101000111010110011101111001101101101011110 | 8ebe8eb3bcdb5e |
UTF-8 | セウ勺^ | 11101111101111011011111011101111101111011011001111100101100010111011101001011110 | efbdbeefbdb3e58bba5e |
UHC | ??勺^ | 0011111100111111111011011100001101011110 | 3f3fedc35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)