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 | ????WB | 001111110011111100111111001111110101011101000010 | 3f3f3f3f5742 |
SJIS-WIN | 潁躬潁鳰WB | 10011111111100011110011101011010100111111111000111101001111010100101011101000010 | 9ff1e75a9ff1e9ea5742 |
EUC-JP | 潁躬潁鳰WB | 11011110111100111110110110111011110111101111001111110010111011000101011101000010 | def3edbbdef3f2ec5742 |
UTF-8 | 潁躬潁鳰WB | 1110011010111101100000011110100010111010101011001110011010111101100000011110100110110011101100000101011101000010 | e6bd81e8baace6bd81e9b3b05742 |
UHC | 潁躬潁?WB | 111001111011100011001111111001011110011110111000001111110101011101000010 | e7b8cfe5e7b83f5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)