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{^ | 111000001001110101101110011111011110000010011101011011100111101101011110 | e09d6e7de09d6e7b5e |
EUC-JP | 燵n}燵n{^ | 110111111111110101101110011111011101111111111101011011100111101101011110 | dffd6e7ddffd6e7b5e |
UTF-8 | 燵n}燵n{^ | 1110011110000111101101010110111001111101111001111000011110110101011011100111101101011110 | e787b56e7de787b56e7b5e |
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)