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 | 壹?障緞 | 10011010111000110011111110001111111000011110001101101010 | 9ae33f8fe1e36a |
| EUC-JP | 壹?障緞 | 11010100111001010011111110111110111000111110010111001011 | d4e53fbee3e5cb |
| UTF-8 | 壹렣障緞 | 111001011010001110111001111010111010000010100011111010011001101010011100111001111011011110011110 | e5a3b9eba0a3e99a9ce7b79e |
| UHC | 壹렣障緞 | 1110110011101100100011101011010011101110101000011101001110110000 | ecec8eb4eea1d3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)