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 | 條?條?^ | 10011110100010100011111110011110100010100011111101011110 | 9e8a3f9e8a3f5e |
EUC-JP | 條?條?^ | 11011011111010100011111111011011111010100011111101011110 | dbea3fdbea3f5e |
UTF-8 | 條늄條늄^ | 11100110101000101001110111101011100010101000010011100110101000101001110111101011100010101000010001011110 | e6a29deb8a84e6a29deb8a845e |
UHC | 條늄條늄^ | 111100001100100110110100101111011111000011001001101101001011110101011110 | f0c9b4bdf0c9b4bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)