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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 馴}馴{^ | 10010011111010010111110110010011111010010111101101011110 | 93e97d93e97b5e |
EUC-JP | 馴}馴{^ | 11000110111010110111110111000110111010110111101101011110 | c6eb7dc6eb7b5e |
UTF-8 | 馴}馴{^ | 111010011010011010110100011111011110100110100110101101000111101101011110 | e9a6b47de9a6b47b5e |
UHC | 馴}馴{^ | 11100010111110000111110111100010111110000111101101011110 | e2f87de2f87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)