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 | E[}E[{^ | 100101000100010101011011011111011001010001000101010110110111101101011110 | 94455b7d94455b7b5e |
SJIS-WIN | ?E[}?E[{^ | 001111110100010101011011011111010011111101000101010110110111101101011110 | 3f455b7d3f455b7b5e |
EUC-JP | ?E[}?E[{^ | 001111110100010101011011011111010011111101000101010110110111101101011110 | 3f455b7d3f455b7b5e |
UTF-8 | E[}E[{^ | 1100001010010100010001010101101101111101110000101001010001000101010110110111101101011110 | c294455b7dc294455b7b5e |
UHC | ?E[}?E[{^ | 001111110100010101011011011111010011111101000101010110110111101101011110 | 3f455b7d3f455b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)