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 | ?n}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 慯n}慯n{^ | 100111001101000101101110011111011001110011010001011011100111101101011110 | 9cd16e7d9cd16e7b5e |
EUC-JP | 慯n}慯n{^ | 110110001101001101101110011111011101100011010011011011100111101101011110 | d8d36e7dd8d36e7b5e |
UTF-8 | 慯n}慯n{^ | 1110011010000101101011110110111001111101111001101000010110101111011011100111101101011110 | e685af6e7de685af6e7b5e |
UHC | ?n}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)