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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 賊?罰矮 | 10010001101011110011111110010100101100011110000111100010 | 91af3f94b1e1e2 |
EUC-JP | 賊?罰矮 | 11000010101100010011111111001000101100111110001011100100 | c2b13fc8b3e2e4 |
UTF-8 | 賊곈罰矮 | 111010001011001110001010111010101011001110001000111001111011110110110000111001111001111110101110 | e8b38aeab388e7bdb0e79fae |
UHC | 賊곈罰矮 | 1110111011100100101100001110100111011011111010111110100011100001 | eee4b0e9dbebe8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)