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 | 蓁ウ貉帷 | 111001001110101110110011111001101011100110011011111001111111001010110101 | e4ebb3e6b99be7f2b5 |
| EUC-JP | 蓁ウ貉帷? | 111010001110110110001110101100111110110010111011110101101110100100111111 | e8ed8eb3ecbbd6e93f |
| UTF-8 | 蓁ウ貉帷 | 111010001001001110000001111011111011110110110011111010001011001010001001111001011011100010110111111011101000011110101100 | e89381efbdb3e8b289e5b8b7ee87ac |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)