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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 薰ヲ蝓キ閠 | 1111101110011110101001101110010110011111101101111110100010000000 | fb9ea6e59fb7e880 |
EUC-JP | ?ヲ蝓キ閠 | 001111111000111010100110111010101010000110001110101101111110111111100000 | 3f8ea6eaa18eb7efe0 |
UTF-8 | 薰ヲ蝓キ閠 | 111010001001011010110000111011111011110110100110111010001001110110010011111011111011110110110111111010011001011010100000 | e896b0efbda6e89d93efbdb7e996a0 |
UHC | 薰???? | 111111011011100100111111001111110011111100111111 | fdb93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)