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 | ウヒク貉ォ | 101100111100101110111000111001101011100110101011 | b3cbb8e6b9ab |
| EUC-JP | ウヒク貉ォ | 10001110101100111000111011001011100011101011100011101100101110111000111010101011 | 8eb38ecb8eb8ecbb8eab |
| UTF-8 | ウヒク貉ォ | 111011111011110110110011111011111011111010001011111011111011110110111000111010001011001010001001111011111011110110101011 | efbdb3efbe8befbdb8e8b289efbdab |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)