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 | 膈}膈{^ | 11100100010011000111110111100100010011000111101101011110 | e44c7de44c7b5e |
EUC-JP | 膈}膈{^ | 11100111101011010111110111100111101011010111101101011110 | e7ad7de7ad7b5e |
UTF-8 | 膈}膈{^ | 111010001000011010001000011111011110100010000110100010000111101101011110 | e886887de886887b5e |
UHC | 膈}膈{^ | 11001100101011100111110111001100101011100111101101011110 | ccae7dccae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)