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 | 艾}艾{^ | 11100100100010000111110111100100100010000111101101011110 | e4887de4887b5e |
EUC-JP | 艾}艾{^ | 11100111111010000111110111100111111010000111101101011110 | e7e87de7e87b5e |
UTF-8 | 艾}艾{^ | 111010001000100110111110011111011110100010001001101111100111101101011110 | e889be7de889be7b5e |
UHC | 艾}艾{^ | 11100100111101010111110111100100111101010111101101011110 | e4f57de4f57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)