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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 抵?抵?^ | 10010010111011110011111110010010111011110011111101011110 | 92ef3f92ef3f5e |
EUC-JP | 抵?抵?^ | 11000100111100010011111111000100111100010011111101011110 | c4f13fc4f13f5e |
UTF-8 | 抵딕抵듸^ | 11100110100010101011010111101011100101001001010111100110100010101011010111101011100100111011100001011110 | e68ab5eb9495e68ab5eb93b85e |
UHC | 抵딕抵듸^ | 111011101011110110110101111100011110111010111101101101011110111101011110 | eebdb5f1eebdb5ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)