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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 遯漂 | 11100111101010101001010101011001 | e7aa9559 |
EUC-JP | 遯漂 | 11101110101011001100100110111010 | eeacc9ba |
UTF-8 | 遯漂 | 111010011000000110101111111001101011110010000010 | e981afe6bc82 |
UHC | 遯漂 | 11010100111011101111100011110111 | d4eef8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)