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 | 邀オ迚セ邏 | 1110011110110001101101011110011110001001101111101110011110110100 | e7b1b5e789bee7b4 |
| EUC-JP | 邀オ迚セ邏 | 11101110101100111000111010110101111011011110100110001110101111101110111010110110 | eeb38eb5ede98ebeeeb6 |
| UTF-8 | 邀オ迚セ邏 | 111010011000001010000000111011111011110110110101111010001011111110011010111011111011110110111110111010011000001010001111 | e98280efbdb5e8bf9aefbdbee9828f |
| UHC | 邀???邏 | 11101001101011010011111100111111001111111101010110100100 | e9ad3f3f3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)