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 | 鬲夥棘塚ォ | 111010011010110110011010111011001001111010011001111110101001110010101011 | e9ad9aec9e99fa9cab |
| EUC-JP | 鬲夥棘?ォ | 111100101010111111010100111011101101101111111001001111111000111010101011 | f2afd4eedbf93f8eab |
| UTF-8 | 鬲夥棘塚ォ | 111010011010110010110010111001011010010010100101111001101010001110011000111011111010100010010000111011111011110110101011 | e9acb2e5a4a5e6a398efa890efbdab |
| UHC | ??棘?? | 001111110011111111010000101111100011111100111111 | 3f3fd0be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)