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 | 聊}聊{^ | 11100011110101100111110111100011110101100111101101011110 | e3d67de3d67b5e |
EUC-JP | 聊}聊{^ | 11100110110110000111110111100110110110000111101101011110 | e6d87de6d87b5e |
UTF-8 | 聊}聊{^ | 111010001000000110001010011111011110100010000001100010100111101101011110 | e8818a7de8818a7b5e |
UHC | 聊}聊{^ | 11010110111111010111110111010110111111010111101101011110 | d6fd7dd6fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)