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 | 遏ュ蛛エ邯 | 1110011110011111101011011110010110000001101101001110011110110110 | e79fade581b4e7b6 |
| EUC-JP | 遏ュ蛛エ邯 | 11101110101000011000111010101101111010011110000110001110101101001110111010111000 | eea18eade9e18eb4eeb8 |
| UTF-8 | 遏ュ蛛エ邯 | 111010011000000110001111111011111011110110101101111010001001101110011011111011111011110110110100111010011000001010101111 | e9818fefbdade89b9befbdb4e982af |
| UHC | ??蛛?邯 | 00111111001111111111000111001000001111111100101011111011 | 3f3ff1c83fcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)