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 | 閾セ繽薙◆ | 111010001000011110111110111000111000111110010011111000111000000110011111 | e887bee38f93e3819f |
| EUC-JP | 閾セ繽薙◆ | 11101111111001111000111010111110111001011110111111000110111001011010001010100001 | efe78ebee5efc6e5a2a1 |
| UTF-8 | 閾セ繽薙◆ | 111010011001011010111110111011111011110110111110111001111011100110111101111010001001011010011001111000101001011110000110 | e996beefbdbee7b9bde89699e29786 |
| UHC | ????◆ | 001111110011111100111111001111111010000111011111 | 3f3f3f3fa1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)