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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 将」「ォイ娼 | 10001111101010111010001110100010111110001110110110101011101100101000111110101001 | 8faba3a2f8edabb28fa9 |
| EUC-JP | 将」「?ォイ娼 | 10111110101011011000111010100011100011101010001000111111100011101010101110001110101100101011111010101011 | bead8ea38ea23f8eab8eb2beab |
| UTF-8 | 将」「ォイ娼 | 111001011011000010000110111011111011110110100011111011111011110110100010111011101001101010001100111011111011110110101011111011111011110110110010111001011010100010111100 | e5b086efbda3efbda2ee9a8cefbdabefbdb2e5a8bc |
| UHC | ??????娼 | 0011111100111111001111110011111100111111001111111111001111011110 | 3f3f3f3f3f3ff3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)