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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 陲ア莉吝スォ | 111010001010001010110001111001001011101110011001111001011011110110101011 | e8a2b1e4bb99e5bdab |
| EUC-JP | 陲ア莉吝スォ | 111100001010010010001110101100011110100010111101110100101110011110001110101111011000111010101011 | f0a48eb1e8bdd2e78ebd8eab |
| UTF-8 | 陲ア莉吝スォ | 111010011001100110110010111011111011110110110001111010001000111010001001111001011001000010011101111011111011110110111101111011111011110110101011 | e999b2efbdb1e88e89e5909defbdbdefbdab |
| UHC | ??莉吝?? | 0011111100111111110101111110100111010111111100000011111100111111 | 3f3fd7e9d7f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)