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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 祓稱鯏 | 111000100101000011100010011010011110100111000011 | e250e269e9c3 |
| EUC-JP | 祓稱鯏 | 111000111011000111100011110010101111001011000101 | e3b1e3caf2c5 |
| UTF-8 | 祓稱鯏 | 111001111010010110010011111001111010100010110001111010011010111110001111 | e7a593e7a8b1e9af8f |
| UHC | ?稱? | 00111111111101101110000000111111 | 3ff6e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)