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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 佞峪黯^ | 10011011010000111001101110111001111010100111111001011110 | 9b439bb9ea7e5e |
| EUC-JP | 佞峪黯^ | 11010101101001001101011010111011111100111101111101011110 | d5a4d6bbf3df5e |
| UTF-8 | 佞峪黯^ | 11100100101111011001111011100101101100111010101011101001101110111010111101011110 | e4bd9ee5b3aae9bbaf5e |
| UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)