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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 韶泌哄菫 | 1110100011101110100101001110010110011001111110101110010010111111 | e8ee94e599fae4bf |
| EUC-JP | 韶泌哄菫 | 1111000011110000110010001110011111010010111111001110100011000001 | f0f0c8e7d2fce8c1 |
| UTF-8 | 韶泌哄菫 | 111010011001111110110110111001101011001110001100111001011001001110000100111010001000111110101011 | e99fb6e6b38ce59384e88fab |
| UHC | 韶泌哄菫 | 1110000111010010111110011011001011111011111011111101000011001011 | e1d2f9b2fbefd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)